Plugin Directory

Changeset 2039916


Ignore:
Timestamp:
02/26/2019 04:24:06 PM (6 years ago)
Author:
SimonRWaters
Message:

Correct missing close tag which broken save button in recent WordPress

Location:
security-headers/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • security-headers/trunk/readme.txt

    r1827604 r2039916  
    4141
    4242== Changelog ==
     43
     44= 1.1 =
     45
     46Fix missing close anchor which breaks recent WordPress
    4347
    4448= 1.0 =
     
    100104== Upgrade Notice ==
    101105
    102 = 1.0 =
    103 * Added support for wp-login.php
     106= 1.1 =
     107* Fix for recent WordPress save button
    104108
  • security-headers/trunk/security_headers.php

    r1937977 r2039916  
    44 * Plugin URI: http://waters.me/
    55 * Description: Sets security related headers (HSTS etc)
    6  * Version: 1.0
     6 * Version: 1.1
    77 * Author: Simon Waters
    88 * Author URI: http://waters.me/
     
    300300function section_ECT_callback() {
    301301    echo '<p>The Expect-CT header is a temporary measure to allow users to ensure their site is correctly configured for Certificate Transparency which Chrome will enforce from April 2018.</p>';
    302     echo '<p>See <a href="https://scotthelme.co.uk/a-new-security-header-expect-ct/">Scott Helme\'s blog for more details.</p>';
     302    echo '<p>See <a href="https://scotthelme.co.uk/a-new-security-header-expect-ct/">Scott Helme\'s blog for more details.</a></p>';
    303303}
    304304
Note: See TracChangeset for help on using the changeset viewer.