Changeset 9579 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php
- Timestamp:
- 03/09/2020 10:45:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php
r9578 r9579 458 458 /* translators: 1: Link to WordPress Foundation Trademark Polocy (English); 2: Link to Creative Commons CC0 license (English) */ 459 459 wp_kses_post( __( 'The text in this document (not including the WordPress logo or <a href="%1$s">trademark</a>) is licensed under <a href="%2$s">CC0 1.0 Universal (CC0 1.0) Public Domain Dedication</a>. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.', 'wporg' ) ), 460 'http ://wordpressfoundation.org/trademark-policy/',460 'https://wordpressfoundation.org/trademark-policy/', 461 461 'https://creativecommons.org/publicdomain/zero/1.0/' 462 462 ); … … 527 527 <li id='footnote10'><a href="#ref10">[10]</a> <a href="https://codex.wordpress.org/Data_Validation#HTML.2FXML">https://codex.wordpress.org/Data_Validation#HTML.2FXML</a></li> 528 528 <li id='footnote11'><a href="#ref11">[11]</a> <a href="https://wordpress.org/support/article/hardening-wordpress/">hhttps://wordpress.org/support/article/hardening-wordpress/</a></li> 529 <li id='footnote12'><a href="#ref12">[12]</a> <a href="http ://www.openwall.com/phpass/">http://www.openwall.com/phpass/</a></li>529 <li id='footnote12'><a href="#ref12">[12]</a> <a href="https://www.openwall.com/phpass/">https://www.openwall.com/phpass/</a></li> 530 530 <li id='footnote13'><a href="#ref13">[13]</a> <a href="https://developer.wordpress.org/plugins/security/nonces/">https://developer.wordpress.org/plugins/security/nonces/</a></li> 531 531 <li id='footnote14'><a href="#ref14">[14]</a> <a href="https://wordpress.org/news/2013/06/wordpress-3-5-2/">https://wordpress.org/news/2013/06/wordpress-3-5-2/</a></li> … … 535 535 <li id='footnote18'><a href="#ref18">[18]</a> <a href="https://developer.wordpress.org/themes/getting-started/">https://developer.wordpress.org/themes/getting-started/</a></li> 536 536 <li id='footnote19'><a href="#ref19">[19]</a> <a href="https://make.wordpress.org/themes/handbook/review/">https://make.wordpress.org/themes/handbook/review/</a></li> 537 <li id='footnote20'><a href="#ref20">[20]</a> <a href="http ://codex.wordpress.org/Theme_Unit_Test">http://codex.wordpress.org/Theme_Unit_Test</a></li>537 <li id='footnote20'><a href="#ref20">[20]</a> <a href="https://codex.wordpress.org/Theme_Unit_Test">https://codex.wordpress.org/Theme_Unit_Test</a></li> 538 538 <li id='footnote21'><a href="#ref21">[21]</a> <a href="https://wordpress.org/plugins/theme-check/">https://wordpress.org/plugins/theme-check/</a></li> 539 539 <li id='footnote22'><a href="#ref22">[22]</a> <a href="https://automattic.com/security/">https://automattic.com/security/</a></li>
Note: See TracChangeset
for help on using the changeset viewer.