Make WordPress Core

Changeset 26828


Ignore:
Timestamp:
12/09/2013 03:37:55 PM (10 years ago)
Author:
nacin
Message:

Fix typo in help string. props kpdesign. fixes #25688.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r26825 r26828  
    461461
    462462$updates_overview  = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes and plugins from the WordPress.org repositories.' ) . '</p>';
    463 $updates_overview .= '<p>' . __( 'If an update is available, you&#8127;ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site up to date is an important for your site&#8217;s security, and makes the internet a safer place for you and your readers.' ) . '</p>';
     463$updates_overview .= '<p>' . __( 'If an update is available, you&#8127;ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site up to date is important for your site&#8217;s security, and makes the internet a safer place for you and your readers.' ) . '</p>';
    464464
    465465get_current_screen()->add_help_tab( array(
Note: See TracChangeset for help on using the changeset viewer.