Changeset 19511 for trunk/wp-admin/update-core.php
- Timestamp:
- 12/01/2011 01:33:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r19445 r19511 428 428 'title' => __('Overview'), 429 429 'content' => 430 '<p>' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification. It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '</p>' . 430 '<p>' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification.') . '</p>' . 431 '<p>' . __('It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '</p>' 432 ) ); 433 434 get_current_screen()->add_help_tab( array( 435 'id' => 'how-to-update', 436 'title' => __('How to Update'), 437 'content' => 431 438 '<p>' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '</p>' . 432 439 '<p>' . __('To update themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '</p>' 433 440 ) ); 441 434 442 435 443 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.