Changeset 55412 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r55276 r55412 47 47 get_current_screen()->set_help_sidebar( 48 48 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 49 '<p>' . __( '<a href="https://wordpress.org/ support/article/settings-general-screen/">Documentation on General Settings</a>' ) . '</p>' .50 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'49 '<p>' . __( '<a href="https://wordpress.org/documentation/article/settings-general-screen/">Documentation on General Settings</a>' ) . '</p>' . 50 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 51 51 ); 52 52 … … 107 107 /* translators: %s: Documentation URL. */ 108 108 __( 'Enter the same address here unless you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ), 109 __( 'https://wordpress.org/ support/article/giving-wordpress-its-own-directory/' )109 __( 'https://wordpress.org/documentation/article/giving-wordpress-its-own-directory/' ) 110 110 ); 111 111 ?> … … 411 411 "<span class='spinner'></span>\n" . '</p>'; 412 412 413 echo "\t<p class='date-time-doc'>" . __( '<a href="https://wordpress.org/ support/article/formatting-date-and-time/">Documentation on date and time formatting</a>.' ) . "</p>\n";413 echo "\t<p class='date-time-doc'>" . __( '<a href="https://wordpress.org/documentation/article/formatting-date-and-time/">Documentation on date and time formatting</a>.' ) . "</p>\n"; 414 414 ?> 415 415 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.