Ticket #15346: 15346-documentation-on-xy.diff
File 15346-documentation-on-xy.diff, 4.2 KB (added by , 14 years ago) |
---|
-
wp-admin/network.php
111 111 '<p>' . __('Refreshing your browser will take you to a screen with an archive of those added lines of code. A set of six links under Super Admin will appear at the top of the main left navigation menu. The multisite network is now enabled.') . '</p>' . 112 112 '<p>' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed soon in a future version.') . '</p>' . 113 113 '<p><strong>' . __('For more information:') . '</strong></p>' . 114 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank"> General Network Creation Documentation</a>') . '</p>' .115 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_SubPanel" target="_blank"> Tools > Network Documentation</a>') . '</p>' .114 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on General Network Creation</a>') . '</p>' . 115 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_SubPanel" target="_blank">Documentation on Network</a>') . '</p>' . 116 116 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 117 117 ); 118 118 -
wp-admin/my-sites.php
42 42 '<p>' . __('This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. He or she can use the links under each site to visit either the frontend or the dashboard for that site.') . '</p>' . 43 43 '<p>' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '</p>' . 44 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_SubPanel" target="_blank"> My Sites Documentation</a>') . '</p>' .45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_SubPanel" target="_blank">Documentation on My Sites</a>') . '</p>' . 46 46 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 -
wp-admin/nav-menus.php
453 453 $help .= '<p>' . __('You can create custom menus for your site. These menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu, you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.') . '</p>'; 454 454 $help .= '<p>' . __('To create a new custom menu, click on the + tab, give the menu a name, and click Create Menu. Next, add menu items from the appropriate boxes. You’ll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. Drop the item into its new nested placement when the dotted rectangle target shifts over, also a little to the right. Don’t forget to click Save when you’re finished.') . '</p>'; 455 455 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 456 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" target="_blank"> Menus Documentation</a>') . '</p>';456 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" target="_blank">Documentation on Menus</a>') . '</p>'; 457 457 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 458 458 459 459 add_contextual_help($current_screen, $help);