Changeset 45674 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r45583 r45674 46 46 get_current_screen()->set_help_sidebar( 47 47 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 48 '<p>' . __( '<a href="https:// codex.wordpress.org/Settings_General_Screen">Documentation on General Settings</a>' ) . '</p>' .48 '<p>' . __( '<a href="https://wordpress.org/support/article/settings-general-screen/">Documentation on General Settings</a>' ) . '</p>' . 49 49 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 50 50 ); … … 98 98 /* translators: %s: Codex URL */ 99 99 __( 'Enter the address here if you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ), 100 __( 'https:// codex.wordpress.org/Giving_WordPress_Its_Own_Directory' )100 __( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' ) 101 101 ); 102 102 ?> … … 377 377 "<span class='spinner'></span>\n" . '</p>'; 378 378 379 echo "\t<p class='date-time-doc'>" . __( '<a href="https:// codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.' ) . "</p>\n";379 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"; 380 380 ?> 381 381 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.