Changeset 55412 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r54839 r55412 581 581 ); 582 582 583 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/ support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>';583 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 584 584 } 585 585 586 586 get_current_screen()->set_help_sidebar( 587 587 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 588 '<p>' . __( '<a href="https://wordpress.org/ support/article/managing-plugins/">Documentation on Managing Plugins</a>' ) . '</p>' .588 '<p>' . __( '<a href="https://wordpress.org/documentation/article/managing-plugins/">Documentation on Managing Plugins</a>' ) . '</p>' . 589 589 $help_sidebar_autoupdates . 590 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'590 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 591 591 ); 592 592
Note: See TracChangeset
for help on using the changeset viewer.