Changeset 37297 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 04/22/2016 06:56:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r37221 r37297 76 76 '<p>' . sprintf( 77 77 /* 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 .orgTheme 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.' ), 79 79 __( 'https://wordpress.org/themes/' ) 80 80 ) . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.