Make WordPress Core


Ignore:
Timestamp:
08/22/2015 04:24:58 PM (10 years ago)
Author:
wonderboymusic
Message:

update-core.php help docs, update string to include translations: themes, plugins, and translations

Props netweb, DrewAPicture.
Fixes #28201.

File:
1 edited

Legend:

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

    r33133 r33704  
    507507$parent_file = 'index.php';
    508508
    509 $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>';
     509$updates_overview  = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes, plugins, and translations from the WordPress.org repositories.' ) . '</p>';
    510510$updates_overview .= '<p>' . __( 'If an update is available, you&#8127;ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.' ) . '</p>';
    511511
Note: See TracChangeset for help on using the changeset viewer.