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(); |
468 | 468 | printf( |
469 | 469 | /* translators: %s: Link to the Drupal Security Whitepaper (english). */ |
470 | 470 | wp_kses_post( __( '<em>A special thank you to Drupal’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' |
472 | 472 | ); |
473 | 473 | ?> |
474 | 474 | </p> |