Changeset 19445 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 11/24/2011 12:21:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r19122 r19445 111 111 } 112 112 113 add_contextual_help($current_screen, 113 get_current_screen()->add_help_tab( array( 114 'id' => 'overview', 115 'title' => __('Overview'), 116 'content' => 114 117 '<p>' . __('You can use the editor to make changes to any of your plugins’ individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.') . '</p>' . 115 118 '<p>' . __('Choose a plugin to edit from the menu in the upper right and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don’t forget to save your changes (Update File) when you’re finished.') . '</p>' . … … 117 120 '<p>' . __('If you want to make changes but don’t want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit plugins, write your own from scratch, or just better understand their anatomy, check out the links below.') . '</p>' . 118 121 ( is_network_admin() ? '<p>' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '</p>' : '' ) 119 ) ;122 ) ); 120 123 121 124 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.