Making WordPress.org

Ticket #4964: 4964.diff

File 4964.diff, 842 bytes (added by dufresnesteven, 5 years ago)

A patch for patch sakes. (Updating the URL)

  • wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php
    index 8b553774c..4a9fd32c3 100644
    the_post(); 
    468468                                                printf(
    469469                                                        /* translators: %s: Link to the Drupal Security Whitepaper (english). */
    470470                                                        wp_kses_post( __( '<em>A special thank you to Drupal&#8217;s </em><a href="%s"><em>security white paper</em></a><em>, which provided some inspiration. </em>', 'wporg' ) ),
    471                                                         'http://drupalsecurityreport.org/'
     471                                                        'https://www.drupal.org/files/drupal-security-whitepaper-1-3_0.pdf'
    472472                                                );
    473473                                        ?>
    474474                                        </p>