Changeset 54839
- Timestamp:
- 11/14/2022 09:51:57 PM (2 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r51475 r54839 317 317 ); 318 318 319 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/"> Learn more: Auto-updates documentation</a>' ) . '</p>';319 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 320 320 } 321 321 -
trunk/src/wp-admin/plugins.php
r53960 r54839 581 581 ); 582 582 583 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/"> Learn more: Auto-updates documentation</a>' ) . '</p>';583 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 584 584 } 585 585 -
trunk/src/wp-admin/themes.php
r53677 r54839 200 200 ); 201 201 202 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/"> Learn more: Auto-updates documentation</a>' ) . '</p>';202 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 203 203 } // End if 'update_themes' && 'wp_is_auto_update_enabled_for_type'. 204 204 -
trunk/src/wp-admin/update-core.php
r54654 r54839 1009 1009 ); 1010 1010 1011 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/"> Learn more: Auto-updates documentation</a>' ) . '</p>';1011 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 1012 1012 } 1013 1013
Note: See TracChangeset
for help on using the changeset viewer.