Make WordPress Core


Ignore:
Timestamp:
12/18/2010 06:33:21 PM (14 years ago)
Author:
nacin
Message:

Network-specific language on the plugin and theme editor help tabs. props andrea_r, see #15314.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r16747 r17046  
    2727$help .= '<p>' . __('<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.') . '</p>';
    2828$help .= '<p>' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="http://codex.wordpress.org/Child_Themes" target="_blank">child theme</a> instead.') . '</p>';
     29if ( is_network_admin() )
     30    $help .= '<p>' . __('Any edits to files from this screen will be available to all sites in the network.') . '</p>';
    2931$help .= '<p><strong>' . __('For more information:') . '</strong></p>';
    3032$help .= '<p>' . __('<a href="http://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a>') . '</p>';
Note: See TracChangeset for help on using the changeset viewer.