- Timestamp:
- 04/22/2016 06:56:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r35241 r37297 105 105 } else { 106 106 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 .orgTheme 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' ) ); 108 108 109 109 return;
Note: See TracChangeset
for help on using the changeset viewer.