Making WordPress.org

Changeset 6392


Ignore:
Timestamp:
01/17/2018 10:40:25 PM (7 years ago)
Author:
Otto42
Message:

Plugins: Point to new readme.txt file to add Requires PHP line, see #3123

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/page-developers.php

    r6284 r6392  
    104104                    <?php
    105105                    /* translators: 1: URL to readme file; 2: URL to readme validator; */
    106                     printf( wp_kses_post( __( '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/' ) ) );
     106                    printf( wp_kses_post( __( '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/2018/01/readme.txt' ) ), esc_url( home_url( '/developers/readme-validator/' ) ) );
    107107                    ?>
    108108                </p>
Note: See TracChangeset for help on using the changeset viewer.