Make WordPress Core


Ignore:
Timestamp:
04/22/2016 06:56:20 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Consistently refer to https://wordpress.org/plugins/ and https://wordpress.org/themes/ as WordPress Plugin Directory and WordPress Theme Directory, respectively.

Props mpol.
Fixes #35938.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-themes-list-table.php

    r35241 r37297  
    105105        } else {
    106106            if ( current_user_can( 'install_themes' ) ) {
    107                 printf( __( 'You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress.org Theme Directory at any time: just click on the <a href="%s">Install Themes</a> tab above.' ), admin_url( 'theme-install.php' ) );
     107                printf( __( 'You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress Theme Directory at any time: just click on the <a href="%s">Install Themes</a> tab above.' ), admin_url( 'theme-install.php' ) );
    108108
    109109                return;
Note: See TracChangeset for help on using the changeset viewer.