Changeset 19122
- Timestamp:
- 11/02/2011 09:32:16 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 14 edited
-
network.php (modified) (1 diff)
-
network/index.php (modified) (1 diff)
-
network/settings.php (modified) (1 diff)
-
network/site-new.php (modified) (1 diff)
-
network/site-users.php (modified) (1 diff)
-
network/sites.php (modified) (1 diff)
-
network/themes.php (modified) (1 diff)
-
network/upgrade.php (modified) (1 diff)
-
network/user-new.php (modified) (1 diff)
-
network/users.php (modified) (1 diff)
-
plugin-editor.php (modified) (1 diff)
-
plugin-install.php (modified) (1 diff)
-
theme-editor.php (modified) (1 diff)
-
theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r19114 r19122 113 113 ); 114 114 115 get_current_screen()-> add_help_sidebar(115 get_current_screen()->set_help_sidebar( 116 116 '<p><strong>' . __('For more information:') . '</strong></p>' . 117 117 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' . -
trunk/wp-admin/network/index.php
r19114 r19122 30 30 ); 31 31 32 get_current_screen()-> add_help_sidebar(32 get_current_screen()->set_help_sidebar( 33 33 '<p><strong>' . __('For more information:') . '</strong></p>' . 34 34 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin" target="_blank">Documentation on the Network Admin</a>') . '</p>' . -
trunk/wp-admin/network/settings.php
r19114 r19122 32 32 ); 33 33 34 get_current_screen()-> add_help_sidebar(34 get_current_screen()->set_help_sidebar( 35 35 '<p><strong>' . __('For more information:') . '</strong></p>' . 36 36 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' . -
trunk/wp-admin/network/site-new.php
r19114 r19122 22 22 ); 23 23 24 get_current_screen()-> add_help_sidebar(24 get_current_screen()->set_help_sidebar( 25 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 26 26 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screens" target="_blank">Documentation on Site Management</a>') . '</p>' . -
trunk/wp-admin/network/site-users.php
r19114 r19122 28 28 ); 29 29 30 get_current_screen()-> add_help_sidebar(30 get_current_screen()->set_help_sidebar( 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screens" target="_blank">Documentation on Site Management</a>') . '</p>' . -
trunk/wp-admin/network/sites.php
r19114 r19122 38 38 ); 39 39 40 get_current_screen()-> add_help_sidebar(40 get_current_screen()->set_help_sidebar( 41 41 '<p><strong>' . __('For more information:') . '</strong></p>' . 42 42 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screens" target="_blank">Documentation on Site Management</a>') . '</p>' . -
trunk/wp-admin/network/themes.php
r19114 r19122 210 210 ); 211 211 212 get_current_screen()-> add_help_sidebar(212 get_current_screen()->set_help_sidebar( 213 213 '<p><strong>' . __('For more information:') . '</strong></p>' . 214 214 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Themes_Screen" target="_blank">Documentation on Network Themes</a>') . '</p>' . -
trunk/wp-admin/network/upgrade.php
r19114 r19122 25 25 ); 26 26 27 get_current_screen()-> add_help_sidebar(27 get_current_screen()->set_help_sidebar( 28 28 '<p><strong>' . __('For more information:') . '</strong></p>' . 29 29 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Updates_Screen" target="_blank">Documentation on Update Network</a>') . '</p>' . -
trunk/wp-admin/network/user-new.php
r19114 r19122 23 23 ); 24 24 25 get_current_screen()-> add_help_sidebar(25 get_current_screen()->set_help_sidebar( 26 26 '<p><strong>' . __('For more information:') . '</strong></p>' . 27 27 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' . -
trunk/wp-admin/network/users.php
r19114 r19122 239 239 ); 240 240 241 get_current_screen()-> add_help_sidebar(241 get_current_screen()->set_help_sidebar( 242 242 '<p><strong>' . __('For more information:') . '</strong></p>' . 243 243 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' . -
trunk/wp-admin/plugin-editor.php
r19114 r19122 119 119 ); 120 120 121 get_current_screen()-> add_help_sidebar(121 get_current_screen()->set_help_sidebar( 122 122 '<p><strong>' . __('For more information:') . '</strong></p>' . 123 123 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' . -
trunk/wp-admin/plugin-install.php
r19114 r19122 43 43 ); 44 44 45 get_current_screen()-> add_help_sidebar(45 get_current_screen()->set_help_sidebar( 46 46 '<p><strong>' . __('For more information:') . '</strong></p>' . 47 47 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' . -
trunk/wp-admin/theme-editor.php
r19114 r19122 32 32 add_contextual_help($current_screen, $help); 33 33 34 get_current_screen()-> add_help_sidebar(34 get_current_screen()->set_help_sidebar( 35 35 '<p><strong>' . __('For more information:') . '</strong></p>' . 36 36 '<p>' . __('<a href="http://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a>') . '</p>' . -
trunk/wp-admin/theme-install.php
r19114 r19122 45 45 add_contextual_help($current_screen, $help); 46 46 47 get_current_screen()-> add_help_sidebar(47 get_current_screen()->set_help_sidebar( 48 48 '<p><strong>' . __('For more information:') . '</strong></p>' . 49 49 '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.