Changeset 14046 for trunk/wp-admin/themes.php
- Timestamp:
- 04/10/2010 03:27:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r14039 r14046 258 258 </table> 259 259 <?php } else { ?> 260 <p><?php _e('You only have one theme installed at the moment so there is nothing to show you here. Maybe you should download some more to try out.'); ?></p> 260 <p><?php 261 if ( current_user_can('install_themes') ) 262 _e('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 repository at any time: just click on the <em><a href="theme-install.php">Install Themes</a></em> tab above.'); 263 else 264 printf(__('Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.'), get_site_option('site_name')); 265 ?></p> 261 266 <?php } // end if $theme_total?> 262 267 <br class="clear" />
Note: See TracChangeset
for help on using the changeset viewer.