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/theme-install.php

    r37221 r37297  
    7676    '<p>' . sprintf(
    7777            /* translators: %s: Theme Directory URL */
    78             __( 'You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.' ),
     78            __( 'You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.' ),
    7979            __( 'https://wordpress.org/themes/' )
    8080        ) . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.