Changeset 5506 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/page-developers.php
- Timestamp:
- 05/23/2017 08:49:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/page-developers.php
r5368 r5506 58 58 <?php 59 59 /* translators: 1: URL to readme file; 2: URL to readme validator; */ 60 printf( __( 'To make your entry in the plugin browser most useful, each plugin should have a readme file named <code>readme.txt</code> that adheres to the <a href="%1$s">WordPress plugin readme file standard</a>. You can put your readme file through the <a href="%2$s">readme validator</a> to check it.', 'wporg-plugins' ), esc_url( home_url( 'files/201 6/06/readme.txt' ) ), esc_url( home_url( '/developers/readme-validator/' ) ) );60 printf( __( 'To make your entry in the plugin browser most useful, each plugin should have a readme file named <code>readme.txt</code> that adheres to the <a href="%1$s">WordPress plugin readme file standard</a>. You can put your readme file through the <a href="%2$s">readme validator</a> to check it.', 'wporg-plugins' ), esc_url( home_url( 'files/2017/03/readme.txt' ) ), esc_url( home_url( '/developers/readme-validator/' ) ) ); 61 61 ?> 62 62 </p>
Note: See TracChangeset
for help on using the changeset viewer.