Make WordPress Core

Changeset 61408


Ignore:
Timestamp:
12/25/2025 11:30:19 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Help/About: Simplify help text on Updates screen to account for third-party updates.

Follow-up to [14837], [26818], [33704].

Props NekoJonez, costdev, oglekler, SergeyBiryukov.
Fixes #57672.

File:
1 edited

Legend:

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

    r60680 r61408  
    988988$parent_file = 'index.php';
    989989
    990 $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>';
     990$updates_overview  = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes, plugins, and translations.' ) . '</p>';
    991991$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>';
    992992
Note: See TracChangeset for help on using the changeset viewer.