Changeset 19510
- Timestamp:
- 12/01/2011 01:24:39 AM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 6 edited
-
custom-background.php (modified) (1 diff)
-
nav-menus.php (modified) (2 diffs)
-
plugin-install.php (modified) (1 diff)
-
plugins.php (modified) (1 diff)
-
themes.php (modified) (2 diffs)
-
widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r19119 r19510 298 298 <?php endif; // get_background_image() ?> 299 299 <tr valign="top"> 300 <th scope="row"><?php _e( ' Color' ); ?></th>300 <th scope="row"><?php _e( 'Background Color' ); ?></th> 301 301 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Color' ); ?></span></legend> 302 302 <?php $show_clear = get_background_color() ? '' : ' style="display:none"'; ?> -
trunk/wp-admin/nav-menus.php
r19445 r19510 449 449 'id' => 'overview', 450 450 'title' => __('Overview'), 451 'content' => 452 '<p>' . __('This feature allows you to use a custom menu in place of your theme’s default menus. If your theme does not support the custom menus feature yet (the new and old default themes, Twenty Eleven and Twenty Ten, do), you can learn about adding this support by following the Documentation link in this tab. You can still use the Custom Menu widget to add menus to a sidebar.') . '</p>' 451 'content' => 452 '<p>' . __('This feature allows you to use a custom menu in place of your theme’s default menus.') . '</p>' . 453 '<p>' . __('Custom 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 '<p>' . __('If your theme does not support the custom menus feature yet (the default themes, Twenty Eleven and Twenty Ten, do), you can learn about adding this support by following the Documentation link to the side.') . '</p>' 453 455 ) ); 454 456 get_current_screen()->add_help_tab( array( … … 456 458 'title' => __('Create Menus'), 457 459 'content' => 458 '<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> 459 <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>' 460 '<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>' 460 461 ) ); 461 462 -
trunk/wp-admin/plugin-install.php
r19445 r19510 37 37 38 38 get_current_screen()->add_help_tab( array( 39 'id' => ' finding-plugins',40 'title' => __(' Finding Plugins'),39 'id' => 'overview', 40 'title' => __('Overview'), 41 41 'content' => 42 '<p>' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from WordPress core by thousands of developers all over the world. All plugins in the official <a href="%s" target="_blank">WordPress.org Plugin Directory</a> are compatible with the license WordPress uses. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'http://wordpress.org/extend/plugins/') . '</p>' . 43 '<p>' . __('If you know what you’re looking for, Search is your best bet. The Search screen has options to search the WordPress.org Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting a popular tags. Tags in larger type mean more plugins have been labeled with that tag.') . '</p>' . 44 '<p>' . __('If you just want to get an idea of what’s available, you can browse Featured, Popular, Newest, and Recently Updated plugins by using the links in the upper left of the screen. These sections rotate regularly.') . '</p>' 42 '<p>' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href="%s" target="_blank">WordPress.org Plugin Directory</a> are compatible with the license WordPress uses. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'http://wordpress.org/extend/plugins/') . '</p>' 45 43 ) ); 46 44 get_current_screen()->add_help_tab( array( 47 'id' => ' uploading-plugin',48 'title' => __(' Uploading Plugins'),45 'id' => 'adding-plugins', 46 'title' => __('Adding Plugins'), 49 47 'content' => 50 '<p>' . __('If you want to install a plugin that you’ve downloaded elsewhere, click Upload in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.') . '</p>' 48 '<p>' . __('If you know what you’re looking for, Search is your best bet. The Search screen has options to search the WordPress.org Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting a popular tags. Tags in larger type mean more plugins have been labeled with that tag.') . '</p>' . 49 '<p>' . __('If you just want to get an idea of what’s available, you can browse Featured, Popular, Newest, and Recently Updated plugins by using the links in the upper left of the screen. These sections rotate regularly.') . '</p>' . 50 '<p>' . __('If you want to install a plugin that you’ve downloaded elsewhere, click the Upload in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.') . '</p>' 51 51 ) ); 52 52 -
trunk/wp-admin/plugins.php
r19445 r19510 328 328 get_current_screen()->add_help_tab( array( 329 329 'id' => 'compatibility-problems', 330 'title' => __(' Compatibility Problems'),330 'title' => __('Troubleshooting'), 331 331 'content' => 332 332 '<p>' . __('Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin’s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.') . '</p>' . -
trunk/wp-admin/themes.php
r19504 r19510 42 42 43 43 get_current_screen()->add_help_tab( array( 44 'id' => ' manage-themes',45 'title' => __(' Manage Themes'),44 'id' => 'overview', 45 'title' => __('Overview'), 46 46 'content' => $help_manage, 47 47 ) ); … … 55 55 56 56 get_current_screen()->add_help_tab( array( 57 'id' => ' install-themes',58 'title' => __(' InstallThemes'),57 'id' => 'adding-themes', 58 'title' => __('Adding Themes'), 59 59 'content' => $help_install, 60 60 ) ); -
trunk/wp-admin/widgets.php
r19455 r19510 55 55 'title' => __('Missing Widgets'), 56 56 'content' => 57 '<p>' . __('Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.') . '</p>' 57 '<p>' . __('Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.') . '</p>' . 58 '<p>' . __('When changing themes, there is often some variation in the number and setup of widget areas/sidebars and sometimes these conflicts make the transition a bit less smooth. If you changed themes and seem to be missing widgets, scroll down on this screen to the Inactive area, where all your widgets and their settings will have been saved.') . '</p>' 58 59 ) ); 59 60
Note: See TracChangeset
for help on using the changeset viewer.