Help/About: Fix inconsistency in auto-updates help tabs.
This changeset ensures the wording of auto-updates related help tabs is consistent with other help tabs. Props NekoJonez, SergeyBiryukov, mukesh27, audrasjb. Fixes #56921. Built from https://develop.svn.wordpress.org/trunk@54839 git-svn-id: http://core.svn.wordpress.org/trunk@54391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1008,7 +1008,7 @@ if ( ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type
|
||||
)
|
||||
);
|
||||
|
||||
$help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/">Learn more: Auto-updates documentation</a>' ) . '</p>';
|
||||
$help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>';
|
||||
}
|
||||
|
||||
get_current_screen()->set_help_sidebar(
|
||||
|
||||
Reference in New Issue
Block a user