Changeset 45674 for trunk/src/wp-admin
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/_index.php
r45140 r45674 105 105 $screen->set_help_sidebar( 106 106 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 107 '<p>' . __( '<a href="https:// codex.wordpress.org/Dashboard_Screen">Documentation on Dashboard</a>' ) . '</p>' .107 '<p>' . __( '<a href="https://wordpress.org/support/article/dashboard-screen/">Documentation on Dashboard</a>' ) . '</p>' . 108 108 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 109 109 ); -
trunk/src/wp-admin/comment.php
r45602 r45674 54 54 get_current_screen()->set_help_sidebar( 55 55 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 56 '<p>' . __( '<a href="https:// codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' .56 '<p>' . __( '<a href="https://wordpress.org/support/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' . 57 57 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 58 58 ); -
trunk/src/wp-admin/edit-comments.php
r45602 r45674 205 205 get_current_screen()->set_help_sidebar( 206 206 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 207 '<p>' . __( '<a href="https:// codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' .208 '<p>' . __( '<a href="https:// codex.wordpress.org/Comment_Spam">Documentation on Comment Spam</a>' ) . '</p>' .209 '<p>' . __( '<a href="https:// codex.wordpress.org/Keyboard_Shortcuts">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .207 '<p>' . __( '<a href="https://wordpress.org/support/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' . 208 '<p>' . __( '<a href="https://wordpress.org/support/article/comment-spam/">Documentation on Comment Spam</a>' ) . '</p>' . 209 '<p>' . __( '<a href="https://wordpress.org/support/article/keyboard-shortcuts/">Documentation on Keyboard Shortcuts</a>' ) . '</p>' . 210 210 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 211 211 ); -
trunk/src/wp-admin/edit-form-advanced.php
r45583 r45674 295 295 '<p>' . sprintf( __( 'You can also create posts with the <a href="%s">Press This bookmarklet</a>.' ), 'tools.php' ) . '</p>' . 296 296 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 297 '<p>' . __( '<a href="https:// codex.wordpress.org/Posts_Add_New_Screen">Documentation on Writing and Editing Posts</a>' ) . '</p>' .297 '<p>' . __( '<a href="https://wordpress.org/support/article/wordpress-editor/">Documentation on Writing and Editing Posts</a>' ) . '</p>' . 298 298 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 299 299 ); … … 312 312 get_current_screen()->set_help_sidebar( 313 313 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 314 '<p>' . __( '<a href="https:// codex.wordpress.org/Pages_Add_New_Screen">Documentation on Adding New Pages</a>' ) . '</p>' .315 '<p>' . __( '<a href="https:// codex.wordpress.org/Pages_Screen#Editing_Individual_Pages">Documentation on Editing Pages</a>' ) . '</p>' .314 '<p>' . __( '<a href="https://wordpress.org/support/article/pages-add-new-screen/">Documentation on Adding New Pages</a>' ) . '</p>' . 315 '<p>' . __( '<a href="https://wordpress.org/support/article/pages-screen/">Documentation on Editing Pages</a>' ) . '</p>' . 316 316 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 317 317 ); … … 331 331 get_current_screen()->set_help_sidebar( 332 332 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 333 '<p>' . __( '<a href="https:// codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' .333 '<p>' . __( '<a href="https://wordpress.org/support/article/edit-media/">Documentation on Edit Media</a>' ) . '</p>' . 334 334 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 335 335 ); … … 338 338 if ( 'post' == $post_type || 'page' == $post_type ) { 339 339 $inserting_media = '<p>' . __( 'You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the “Create a new gallery” button.' ) . '</p>'; 340 $inserting_media .= '<p>' . __( 'You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href="https://codex.wordpress.org/Embeds">learn more about embeds</a>.' ) . '</p>';340 $inserting_media .= '<p>' . __( 'You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. <a href="https://wordpress.org/support/article/embeds/">Learn more about embeds</a>.' ) . '</p>'; 341 341 342 342 get_current_screen()->add_help_tab( … … 356 356 357 357 if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) { 358 $publish_box .= '<li>' . __( '<strong>Format</strong> — Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href="https://codex.wordpress.org/Post_Formats#Supported_Formats">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.' ) . '</li>';358 $publish_box .= '<li>' . __( '<strong>Format</strong> — Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Your theme could enable all or some of 10 possible formats. <a href="https://wordpress.org/support/article/post-formats/#supported-formats">Learn more about each post format</a>.' ) . '</li>'; 359 359 } 360 360 -
trunk/src/wp-admin/edit-tag-form.php
r45403 r45674 46 46 47 47 /** 48 * Use with caution, see https:// codex.wordpress.org/Function_Reference/wp_reset_vars48 * Use with caution, see https://developer.wordpress.org/reference/functions/wp_reset_vars/ 49 49 */ 50 50 wp_reset_vars( array( 'wp_http_referer' ) ); -
trunk/src/wp-admin/edit-tags.php
r45599 r45674 298 298 299 299 if ( 'category' == $taxonomy ) { 300 $help .= '<p>' . __( '<a href="https:// codex.wordpress.org/Posts_Categories_Screen">Documentation on Categories</a>' ) . '</p>';300 $help .= '<p>' . __( '<a href="https://wordpress.org/support/article/posts-categories-screen/">Documentation on Categories</a>' ) . '</p>'; 301 301 } elseif ( 'link_category' == $taxonomy ) { 302 302 $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Links_Link_Categories_Screen">Documentation on Link Categories</a>' ) . '</p>'; 303 303 } else { 304 $help .= '<p>' . __( '<a href="https:// codex.wordpress.org/Posts_Tags_Screen">Documentation on Tags</a>' ) . '</p>';304 $help .= '<p>' . __( '<a href="https://wordpress.org/support/article/posts-tags-screen/">Documentation on Tags</a>' ) . '</p>'; 305 305 } 306 306 -
trunk/src/wp-admin/edit.php
r45602 r45674 258 258 get_current_screen()->set_help_sidebar( 259 259 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 260 '<p>' . __( '<a href="https:// codex.wordpress.org/Posts_Screen">Documentation on Managing Posts</a>' ) . '</p>' .260 '<p>' . __( '<a href="https://wordpress.org/support/article/posts-screen/">Documentation on Managing Posts</a>' ) . '</p>' . 261 261 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 262 262 ); … … 283 283 get_current_screen()->set_help_sidebar( 284 284 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 285 '<p>' . __( '<a href="https:// codex.wordpress.org/Pages_Screen">Documentation on Managing Pages</a>' ) . '</p>' .285 '<p>' . __( '<a href="https://wordpress.org/support/article/pages-screen/">Documentation on Managing Pages</a>' ) . '</p>' . 286 286 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 287 287 ); -
trunk/src/wp-admin/export.php
r45602 r45674 55 55 get_current_screen()->set_help_sidebar( 56 56 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 57 '<p>' . __( '<a href="https:// codex.wordpress.org/Tools_Export_Screen">Documentation on Export</a>' ) . '</p>' .57 '<p>' . __( '<a href="https://wordpress.org/support/article/tools-export-screen/">Documentation on Export</a>' ) . '</p>' . 58 58 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 59 59 ); -
trunk/src/wp-admin/import.php
r45583 r45674 29 29 get_current_screen()->set_help_sidebar( 30 30 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 31 '<p>' . __( '<a href="https:// codex.wordpress.org/Tools_Import_Screen">Documentation on Import</a>' ) . '</p>' .31 '<p>' . __( '<a href="https://wordpress.org/support/article/tools-import-screen/">Documentation on Import</a>' ) . '</p>' . 32 32 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 33 33 ); -
trunk/src/wp-admin/includes/dashboard.php
r45599 r45674 1741 1741 <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li> 1742 1742 <?php endif; ?> 1743 <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https:// codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li>1743 <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https://wordpress.org/support/article/first-steps-with-wordpress-b/' ) ); ?></li> 1744 1744 </ul> 1745 1745 </div> -
trunk/src/wp-admin/includes/file.php
r45669 r45674 1812 1812 * or filtering via {@see 'filesystem_method'}. 1813 1813 * 1814 * @link https:// codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants1814 * @link https://wordpress.org/support/article/editing-wp-config-php/#wordpress-upgrade-constants 1815 1815 * 1816 1816 * Plugins may define a custom transport handler, See WP_Filesystem(). -
trunk/src/wp-admin/includes/meta-boxes.php
r45667 r45674 666 666 /* translators: %s: Codex URL */ 667 667 __( 'Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="%s">Learn more about manual excerpts</a>.' ), 668 __( 'https:// codex.wordpress.org/Excerpt' )668 __( 'https://wordpress.org/support/article/excerpt/' ) 669 669 ); 670 670 ?> … … 703 703 /* translators: %s: Codex URL */ 704 704 __( 'Trackbacks are a way to notify legacy blog systems that you’ve linked to them. If you link other WordPress sites, they’ll be notified automatically using <a href="%s">pingbacks</a>, no other action necessary.' ), 705 __( 'https:// codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )705 __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' ) 706 706 ); 707 707 ?> … … 740 740 /* translators: %s: Codex URL */ 741 741 __( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ), 742 __( 'https:// codex.wordpress.org/Using_Custom_Fields' )742 __( 'https://wordpress.org/support/article/custom-fields/' ) 743 743 ); 744 744 ?> … … 764 764 /* translators: %s: Codex URL */ 765 765 __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ), 766 __( 'https:// codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )766 __( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' ) 767 767 ); 768 768 ?> -
trunk/src/wp-admin/includes/ms.php
r45667 r45674 1167 1167 function get_site_screen_help_sidebar_content() { 1168 1168 return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 1169 '<p>' . __( '<a href="https:// codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>' ) . '</p>' .1169 '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . 1170 1170 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'; 1171 1171 } -
trunk/src/wp-admin/includes/options.php
r44758 r45674 130 130 function options_reading_blog_charset() { 131 131 echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />'; 132 echo '<p class="description">' . __( 'The <a href="https:// codex.wordpress.org/Glossary#Character_set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>';132 echo '<p class="description">' . __( 'The <a href="https://wordpress.org/support/article/glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>'; 133 133 } -
trunk/src/wp-admin/media-new.php
r45602 r45674 58 58 get_current_screen()->set_help_sidebar( 59 59 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 60 '<p>' . __( '<a href="https:// codex.wordpress.org/Media_Add_New_Screen">Documentation on Uploading Media Files</a>' ) . '</p>' .60 '<p>' . __( '<a href="https://wordpress.org/support/article/media-add-new-screen/">Documentation on Uploading Media Files</a>' ) . '</p>' . 61 61 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 62 62 ); -
trunk/src/wp-admin/media.php
r45602 r45674 94 94 get_current_screen()->set_help_sidebar( 95 95 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 96 '<p>' . __( '<a href="https:// codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' .96 '<p>' . __( '<a href="https://wordpress.org/support/article/edit-media/">Documentation on Edit Media</a>' ) . '</p>' . 97 97 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 98 98 ); -
trunk/src/wp-admin/nav-menus.php
r45300 r45674 593 593 get_current_screen()->set_help_sidebar( 594 594 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 595 '<p>' . __( '<a href="https:// codex.wordpress.org/Appearance_Menus_Screen">Documentation on Menus</a>' ) . '</p>' .595 '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-menus-screen/">Documentation on Menus</a>' ) . '</p>' . 596 596 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 597 597 ); -
trunk/src/wp-admin/network.php
r45140 r45674 64 64 '<p>' . __( 'The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.' ) . '</p>' . 65 65 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 66 '<p>' . __( '<a href="https:// codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' .67 '<p>' . __( '<a href="https:// codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>';66 '<p>' . __( '<a href="https://wordpress.org/support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' . 67 '<p>' . __( '<a href="https://wordpress.org/support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>'; 68 68 69 69 get_current_screen()->add_help_tab( … … 77 77 get_current_screen()->set_help_sidebar( 78 78 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 79 '<p>' . __( '<a href="https:// codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' .80 '<p>' . __( '<a href="https:// codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>' .79 '<p>' . __( '<a href="https://wordpress.org/support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' . 80 '<p>' . __( '<a href="https://wordpress.org/support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>' . 81 81 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 82 82 ); -
trunk/src/wp-admin/network/index.php
r42343 r45674 53 53 get_current_screen()->set_help_sidebar( 54 54 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 55 '<p>' . __( '<a href="https:// codex.wordpress.org/Network_Admin">Documentation on the Network Admin</a>' ) . '</p>' .55 '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin/">Documentation on the Network Admin</a>' ) . '</p>' . 56 56 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>' 57 57 ); -
trunk/src/wp-admin/network/site-new.php
r45416 r45674 30 30 get_current_screen()->set_help_sidebar( 31 31 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 32 '<p>' . __( '<a href="https:// codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>' ) . '</p>' .32 '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . 33 33 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>' 34 34 ); -
trunk/src/wp-admin/network/sites.php
r45599 r45674 43 43 get_current_screen()->set_help_sidebar( 44 44 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 45 '<p>' . __( '<a href="https:// codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>' ) . '</p>' .45 '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . 46 46 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>' 47 47 ); -
trunk/src/wp-admin/network/upgrade.php
r45140 r45674 29 29 get_current_screen()->set_help_sidebar( 30 30 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 31 '<p>' . __( '<a href="https:// codex.wordpress.org/Network_Admin_Updates_Screen">Documentation on Upgrade Network</a>' ) . '</p>' .31 '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-updates-screen/">Documentation on Upgrade Network</a>' ) . '</p>' . 32 32 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 33 33 ); -
trunk/src/wp-admin/options-discussion.php
r45416 r45674 29 29 get_current_screen()->set_help_sidebar( 30 30 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 31 '<p>' . __( '<a href="https:// codex.wordpress.org/Settings_Discussion_Screen">Documentation on Discussion Settings</a>' ) . '</p>' .31 '<p>' . __( '<a href="https://wordpress.org/support/article/settings-discussion-screen/">Documentation on Discussion Settings</a>' ) . '</p>' . 32 32 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 33 33 ); -
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> -
trunk/src/wp-admin/options-media.php
r45403 r45674 35 35 get_current_screen()->set_help_sidebar( 36 36 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 37 '<p>' . __( '<a href="https:// codex.wordpress.org/Settings_Media_Screen">Documentation on Media Settings</a>' ) . '</p>' .37 '<p>' . __( '<a href="https://wordpress.org/support/article/settings-media-screen/">Documentation on Media Settings</a>' ) . '</p>' . 38 38 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 39 39 ); -
trunk/src/wp-admin/options-permalink.php
r45669 r45674 49 49 get_current_screen()->set_help_sidebar( 50 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 '<p>' . __( '<a href="https:// codex.wordpress.org/Settings_Permalinks_Screen">Documentation on Permalinks Settings</a>' ) . '</p>' .52 '<p>' . __( '<a href="https:// codex.wordpress.org/Using_Permalinks">Documentation on Using Permalinks</a>' ) . '</p>' .51 '<p>' . __( '<a href="https://wordpress.org/support/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a>' ) . '</p>' . 52 '<p>' . __( '<a href="https://wordpress.org/support/article/using-permalinks/">Documentation on Using Permalinks</a>' ) . '</p>' . 53 53 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 54 54 ); … … 176 176 /* translators: %s: Codex URL */ 177 177 __( 'WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="%s">number of tags are available</a>, and here are some examples to get you started.' ), 178 __( 'https:// codex.wordpress.org/Using_Permalinks' )178 __( 'https://wordpress.org/support/article/using-permalinks/' ) 179 179 ); 180 180 ?> … … 377 377 <?php endif; ?> 378 378 <?php elseif ( $is_nginx ) : ?> 379 <p><?php _e( '<a href="https:// codex.wordpress.org/Nginx">Documentation on Nginx configuration</a>.' ); ?></p>379 <p><?php _e( '<a href="https://wordpress.org/support/article/nginx/">Documentation on Nginx configuration</a>.' ); ?></p> 380 380 <?php 381 381 else : -
trunk/src/wp-admin/options-reading.php
r45403 r45674 41 41 get_current_screen()->set_help_sidebar( 42 42 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 43 '<p>' . __( '<a href="https:// codex.wordpress.org/Settings_Reading_Screen">Documentation on Reading Settings</a>' ) . '</p>' .43 '<p>' . __( '<a href="https://wordpress.org/support/article/settings-reading-screen/">Documentation on Reading Settings</a>' ) . '</p>' . 44 44 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 45 45 ); -
trunk/src/wp-admin/options-writing.php
r45403 r45674 50 50 get_current_screen()->set_help_sidebar( 51 51 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 52 '<p>' . __( '<a href="https:// codex.wordpress.org/Settings_Writing_Screen">Documentation on Writing Settings</a>' ) . '</p>' .52 '<p>' . __( '<a href="https://wordpress.org/support/article/settings-writing-screen/">Documentation on Writing Settings</a>' ) . '</p>' . 53 53 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 54 54 ); -
trunk/src/wp-admin/options.php
r45583 r45674 268 268 sprintf( 269 269 /* translators: %s: the option/setting */ 270 __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https:// codex.wordpress.org/Settings_API' ),270 __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https://developer.wordpress.org/plugins/settings/settings-api/' ), 271 271 '<code>' . $option . '</code>' 272 272 ) -
trunk/src/wp-admin/plugin-editor.php
r45669 r45674 139 139 get_current_screen()->set_help_sidebar( 140 140 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 141 '<p>' . __( '<a href="https:// codex.wordpress.org/Plugins_Editor_Screen">Documentation on Editing Plugins</a>' ) . '</p>' .142 '<p>' . __( '<a href="https:// codex.wordpress.org/Writing_a_Plugin">Documentation on Writing Plugins</a>' ) . '</p>' .141 '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-editor-screen/">Documentation on Editing Plugins</a>' ) . '</p>' . 142 '<p>' . __( '<a href="https://developer.wordpress.org/plugins/">Documentation on Writing Plugins</a>' ) . '</p>' . 143 143 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 144 144 ); -
trunk/src/wp-admin/plugin-install.php
r45602 r45674 103 103 get_current_screen()->set_help_sidebar( 104 104 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 105 '<p>' . __( '<a href="https:// codex.wordpress.org/Plugins_Add_New_Screen">Documentation on Installing Plugins</a>' ) . '</p>' .105 '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-add-new-screen/">Documentation on Installing Plugins</a>' ) . '</p>' . 106 106 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 107 107 ); -
trunk/src/wp-admin/plugins.php
r45611 r45674 464 464 get_current_screen()->set_help_sidebar( 465 465 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 466 '<p>' . __( '<a href="https:// codex.wordpress.org/Managing_Plugins#Plugin_Management">Documentation on Managing Plugins</a>' ) . '</p>' .466 '<p>' . __( '<a href="https://wordpress.org/support/article/managing-plugins/">Documentation on Managing Plugins</a>' ) . '</p>' . 467 467 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 468 468 ); -
trunk/src/wp-admin/revision.php
r45583 r45674 143 143 144 144 $revisions_sidebar = '<p><strong>' . __( 'For more information:' ) . '</strong></p>'; 145 $revisions_sidebar .= '<p>' . __( '<a href="https:// codex.wordpress.org/Revision_Management">Revisions Management</a>' ) . '</p>';145 $revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/article/revisions/">Revisions Management</a>' ) . '</p>'; 146 146 $revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'; 147 147 -
trunk/src/wp-admin/setup-config.php
r45583 r45674 190 190 printf( 191 191 __( 'Need more help? <a href="%s">We got it</a>.' ), 192 __( 'https:// codex.wordpress.org/Editing_wp-config.php' )192 __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) 193 193 ); 194 194 ?> -
trunk/src/wp-admin/theme-editor.php
r45669 r45674 49 49 get_current_screen()->set_help_sidebar( 50 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 '<p>' . __( '<a href="https:// codex.wordpress.org/Theme_Development">Documentation on Theme Development</a>' ) . '</p>' .52 '<p>' . __( '<a href="https:// codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' .53 '<p>' . __( '<a href="https:// codex.wordpress.org/Editing_Files">Documentation on Editing Files</a>' ) . '</p>' .54 '<p>' . __( '<a href="https:// codex.wordpress.org/Template_Tags">Documentation on Template Tags</a>' ) . '</p>' .51 '<p>' . __( '<a href="https://developer.wordpress.org/themes/">Documentation on Theme Development</a>' ) . '</p>' . 52 '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' . 53 '<p>' . __( '<a href="https://wordpress.org/support/article/editing-files/">Documentation on Editing Files</a>' ) . '</p>' . 54 '<p>' . __( '<a href="https://developer.wordpress.org/themes/basics/template-tags/">Documentation on Template Tags</a>' ) . '</p>' . 55 55 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 56 56 ); -
trunk/src/wp-admin/theme-install.php
r45412 r45674 127 127 get_current_screen()->set_help_sidebar( 128 128 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 129 '<p>' . __( '<a href="https:// codex.wordpress.org/Using_Themes#Adding_New_Themes">Documentation on Adding New Themes</a>' ) . '</p>' .129 '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/#adding-new-themes">Documentation on Adding New Themes</a>' ) . '</p>' . 130 130 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 131 131 ); -
trunk/src/wp-admin/themes.php
r45583 r45674 142 142 get_current_screen()->set_help_sidebar( 143 143 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 144 '<p>' . __( '<a href="https:// codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' .144 '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' . 145 145 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 146 146 ); -
trunk/src/wp-admin/tools.php
r45453 r45674 50 50 get_current_screen()->set_help_sidebar( 51 51 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 52 '<p>' . __( '<a href="https:// codex.wordpress.org/Tools_Screen">Documentation on Tools</a>' ) . '</p>' .52 '<p>' . __( '<a href="https://wordpress.org/support/article/tools-screen/">Documentation on Tools</a>' ) . '</p>' . 53 53 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 54 54 ); -
trunk/src/wp-admin/update-core.php
r45599 r45674 211 211 if ( isset( $updates[0]->version ) && version_compare( $updates[0]->version, $wp_version, '>' ) ) { 212 212 echo '<div class="notice notice-warning"><p>'; 213 _e( '<strong>Important:</strong> Before updating, please <a href="https:// codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="https://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codexpage.' );213 _e( '<strong>Important:</strong> Before updating, please <a href="https://wordpress.org/support/article/wordpress-backups/">back up your database and files</a>. For help with updates, visit the <a href="https://wordpress.org/support/article/updating-wordpress/">Updating WordPress</a> documentation page.' ); 214 214 echo '</p></div>'; 215 215 … … 665 665 get_current_screen()->set_help_sidebar( 666 666 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 667 '<p>' . __( '<a href="https:// codex.wordpress.org/Dashboard_Updates_Screen">Documentation on Updating WordPress</a>' ) . '</p>' .667 '<p>' . __( '<a href="https://wordpress.org/support/article/dashboard-updates-screen/">Documentation on Updating WordPress</a>' ) . '</p>' . 668 668 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 669 669 ); -
trunk/src/wp-admin/upload.php
r45602 r45674 73 73 get_current_screen()->set_help_sidebar( 74 74 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 75 '<p>' . __( '<a href="https:// codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' .75 '<p>' . __( '<a href="https://wordpress.org/support/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' . 76 76 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 77 77 ); … … 248 248 get_current_screen()->set_help_sidebar( 249 249 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 250 '<p>' . __( '<a href="https:// codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' .250 '<p>' . __( '<a href="https://wordpress.org/support/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' . 251 251 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 252 252 ); -
trunk/src/wp-admin/user-edit.php
r45583 r45674 65 65 get_current_screen()->set_help_sidebar( 66 66 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 67 '<p>' . __( '<a href="https:// codex.wordpress.org/Users_Your_Profile_Screen">Documentation on User Profiles</a>' ) . '</p>' .67 '<p>' . __( '<a href="https://wordpress.org/support/article/users-your-profile-screen/">Documentation on User Profiles</a>' ) . '</p>' . 68 68 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 69 69 ); … … 309 309 <tr class="user-comment-shortcuts-wrap"> 310 310 <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th> 311 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e( 'Enable keyboard shortcuts for comment moderation.' ); ?></label> <?php _e( '<a href="https:// codex.wordpress.org/Keyboard_Shortcuts" target="_blank">More information</a>' ); ?></td>311 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e( 'Enable keyboard shortcuts for comment moderation.' ); ?></label> <?php _e( '<a href="https://wordpress.org/support/article/keyboard-shortcuts/" target="_blank">More information</a>' ); ?></td> 312 312 </tr> 313 313 <?php endif; ?> -
trunk/src/wp-admin/user-new.php
r45602 r45674 253 253 get_current_screen()->set_help_sidebar( 254 254 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 255 '<p>' . __( '<a href="https:// codex.wordpress.org/Users_Add_New_Screen">Documentation on Adding New Users</a>' ) . '</p>' .255 '<p>' . __( '<a href="https://wordpress.org/support/article/users-add-new-screen/">Documentation on Adding New Users</a>' ) . '</p>' . 256 256 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 257 257 ); -
trunk/src/wp-admin/users.php
r45599 r45674 72 72 get_current_screen()->set_help_sidebar( 73 73 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 74 '<p>' . __( '<a href="https:// codex.wordpress.org/Users_Screen">Documentation on Managing Users</a>' ) . '</p>' .75 '<p>' . __( '<a href="https:// codex.wordpress.org/Roles_and_Capabilities">Descriptions of Roles and Capabilities</a>' ) . '</p>' .74 '<p>' . __( '<a href="https://wordpress.org/support/article/users-screen/">Documentation on Managing Users</a>' ) . '</p>' . 75 '<p>' . __( '<a href="https://wordpress.org/support/article/roles-and-capabilities/">Descriptions of Roles and Capabilities</a>' ) . '</p>' . 76 76 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 77 77 ); -
trunk/src/wp-admin/widgets.php
r45602 r45674 81 81 get_current_screen()->set_help_sidebar( 82 82 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 83 '<p>' . __( '<a href="https:// codex.wordpress.org/Appearance_Widgets_Screen">Documentation on Widgets</a>' ) . '</p>' .83 '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-widgets-screen/">Documentation on Widgets</a>' ) . '</p>' . 84 84 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 85 85 ); 86 86 87 87 if ( ! current_theme_supports( 'widgets' ) ) { 88 wp_die( __( 'The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="https:// codex.wordpress.org/Widgetizing_Themes">follow these instructions</a>.' ) );88 wp_die( __( 'The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="https://developer.wordpress.org/themes/functionality/widgets/">follow these instructions</a>.' ) ); 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.