Changeset 55412 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r54839 r55412 317 317 ); 318 318 319 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/ support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>';319 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 320 320 } 321 321 … … 324 324 '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>' ) . '</p>' . 325 325 $help_sidebar_autoupdates . 326 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'326 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 327 327 ); 328 328
Note: See TracChangeset
for help on using the changeset viewer.