Changeset 3624 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/page-developers.php
- Timestamp:
- 07/05/2016 08:55:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/page-developers.php
r3464 r3624 59 59 <?php 60 60 /* translators: 1: URL to readme file; 2: URL to readme validator; */ 61 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( 'https://wordpress.org/plugins/files/2016/06/readme.txt' ), esc_url( 'https://wordpress.org/plugins/wp-admin/edit.php?post_type=plugin&page=readme_validator') );61 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/2016/06/readme.txt' ) ), esc_url( home_url( 'wp-admin/edit.php?post_type=plugin&page=readme_validator' ) ) ); 62 62 ?> 63 63 </p>
Note: See TracChangeset
for help on using the changeset viewer.