Skip to content

Commit 7c7e521

Browse files
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61408 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9a1ded0 commit 7c7e521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/update-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ function do_undismiss_core_update() {
987987
$title = __( 'WordPress Updates' );
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

993993
get_current_screen()->add_help_tab(

0 commit comments

Comments
 (0)