Make WordPress Core


Ignore:
Timestamp:
12/01/2011 12:36:19 AM (14 years ago)
Author:
nacin
Message:

They call me multisite. props ryan, zeo. see #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r19473 r19504  
    4949if ( current_user_can( 'install_themes' ) ) {
    5050    if ( is_multisite() ) {
    51         $help_install = '<p>' . __('Installing themes on MultiSite can only be done from the Network Admin section.') . '</p>';
     51        $help_install = '<p>' . __('Installing themes on Multisite can only be done from the Network Admin section.') . '</p>';
    5252    } else {
    5353        $help_install = '<p>' . sprintf( __('If you would like to see more themes to choose from, click on the &#8220;Install Themes&#8221; tab and you will be able to browse or search for additional themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!'), 'http://wordpress.org/extend/themes/' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.