Ticket #46790: 46790.1.diff
File 46790.1.diff, 36.0 KB (added by , 6 years ago) |
---|
-
src/readme.html
26 26 <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li> 27 27 </ol> 28 28 </li> 29 <li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/ " title="WordPress support">support forums</a> with as much data as you can gather.</li>29 <li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/forums/" title="WordPress support">support forums</a> with as much data as you can gather.</li> 30 30 <li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li> 31 31 <li>The installer should then send you to the <a href="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on “Profile” to change the password.</li> 32 32 </ol> … … 74 74 <dd>This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd> 75 75 <dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt> 76 76 <dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd> 77 <dt><a href="https://wordpress.org/support/ ">WordPress Support Forums</a></dt>77 <dt><a href="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt> 78 78 <dd>If you’ve looked everywhere and still can’t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd> 79 79 <dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt> 80 80 <dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd> … … 82 82 83 83 <h2>Final Notes</h2> 84 84 <ul> 85 <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/ ">Support Forums</a>.</li>85 <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/forums/">Support Forums</a>.</li> 86 86 <li>WordPress has a robust plugin <abbr title="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. You shouldn’t modify any of the core code.</li> 87 87 </ul> 88 88 -
src/wp-admin/_index.php
105 105 $screen->set_help_sidebar( 106 106 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 107 107 '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen">Documentation on Dashboard</a>' ) . '</p>' . 108 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'108 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 109 109 ); 110 110 111 111 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/comment.php
54 54 get_current_screen()->set_help_sidebar( 55 55 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 56 56 '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' . 57 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'57 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 58 58 ); 59 59 60 60 wp_enqueue_script( 'comment' ); -
src/wp-admin/custom-background.php
97 97 get_current_screen()->set_help_sidebar( 98 98 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 99 99 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen">Documentation on Custom Background</a>' ) . '</p>' . 100 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'100 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 101 101 ); 102 102 103 103 wp_enqueue_media(); -
src/wp-admin/custom-header.php
127 127 get_current_screen()->set_help_sidebar( 128 128 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 129 129 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen">Documentation on Custom Header</a>' ) . '</p>' . 130 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'130 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 131 131 ); 132 132 } 133 133 -
src/wp-admin/edit-comments.php
201 201 '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' . 202 202 '<p>' . __( '<a href="https://codex.wordpress.org/Comment_Spam">Documentation on Comment Spam</a>' ) . '</p>' . 203 203 '<p>' . __( '<a href="https://codex.wordpress.org/Keyboard_Shortcuts">Documentation on Keyboard Shortcuts</a>' ) . '</p>' . 204 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'204 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 205 205 ); 206 206 207 207 get_current_screen()->set_screen_reader_content( -
src/wp-admin/edit-form-advanced.php
284 284 '<p>' . sprintf( __( 'You can also create posts with the <a href="%s">Press This bookmarklet</a>.' ), 'tools.php' ) . '</p>' . 285 285 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 286 286 '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Add_New_Screen">Documentation on Writing and Editing Posts</a>' ) . '</p>' . 287 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'287 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 288 288 ); 289 289 } elseif ( 'page' == $post_type ) { 290 290 $about_pages = '<p>' . __( 'Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the “Parent” of the other, creating a group of pages.' ) . '</p>' . … … 302 302 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 303 303 '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Add_New_Screen">Documentation on Adding New Pages</a>' ) . '</p>' . 304 304 '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages">Documentation on Editing Pages</a>' ) . '</p>' . 305 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'305 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 306 306 ); 307 307 } elseif ( 'attachment' == $post_type ) { 308 308 get_current_screen()->add_help_tab( … … 320 320 get_current_screen()->set_help_sidebar( 321 321 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 322 322 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' . 323 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'323 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 324 324 ); 325 325 } 326 326 -
src/wp-admin/edit-link-form.php
72 72 get_current_screen()->set_help_sidebar( 73 73 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 74 74 '<p>' . __( '<a href="https://codex.wordpress.org/Links_Add_New_Screen">Documentation on Creating Links</a>' ) . '</p>' . 75 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'75 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 76 76 ); 77 77 78 78 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/edit-tags.php
304 304 $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Tags_Screen">Documentation on Tags</a>' ) . '</p>'; 305 305 } 306 306 307 $help .= '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>';307 $help .= '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'; 308 308 309 309 get_current_screen()->set_help_sidebar( $help ); 310 310 -
src/wp-admin/edit.php
257 257 get_current_screen()->set_help_sidebar( 258 258 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 259 259 '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Screen">Documentation on Managing Posts</a>' ) . '</p>' . 260 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'260 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 261 261 ); 262 262 263 263 } elseif ( 'page' == $post_type ) { … … 282 282 get_current_screen()->set_help_sidebar( 283 283 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 284 284 '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen">Documentation on Managing Pages</a>' ) . '</p>' . 285 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'285 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 286 286 ); 287 287 288 288 } -
src/wp-admin/export.php
55 55 get_current_screen()->set_help_sidebar( 56 56 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 57 57 '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Export_Screen">Documentation on Export</a>' ) . '</p>' . 58 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'58 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 59 59 ); 60 60 61 61 // If the 'download' URL parameter is set, a WXR export file is baked and returned. -
src/wp-admin/import.php
29 29 get_current_screen()->set_help_sidebar( 30 30 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 31 31 '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Import_Screen">Documentation on Import</a>' ) . '</p>' . 32 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'32 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 33 33 ); 34 34 35 35 if ( current_user_can( 'install_plugins' ) ) { -
src/wp-admin/link-manager.php
69 69 get_current_screen()->set_help_sidebar( 70 70 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 71 71 '<p>' . __( '<a href="https://codex.wordpress.org/Links_Screen">Documentation on Managing Links</a>' ) . '</p>' . 72 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'72 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 73 73 ); 74 74 75 75 get_current_screen()->set_screen_reader_content( -
src/wp-admin/media-new.php
58 58 get_current_screen()->set_help_sidebar( 59 59 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 60 60 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen">Documentation on Uploading Media Files</a>' ) . '</p>' . 61 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'61 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 62 62 ); 63 63 64 64 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/media.php
93 93 get_current_screen()->set_help_sidebar( 94 94 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 95 95 '<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/">Support Forums</a>' ) . '</p>'96 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 97 97 ); 98 98 99 99 require( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/my-sites.php
49 49 get_current_screen()->set_help_sidebar( 50 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 51 '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen">Documentation on My Sites</a>' ) . '</p>' . 52 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'52 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 53 53 ); 54 54 55 55 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/nav-menus.php
593 593 get_current_screen()->set_help_sidebar( 594 594 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 595 595 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Menus_Screen">Documentation on Menus</a>' ) . '</p>' . 596 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'596 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 597 597 ); 598 598 599 599 // Get the admin header. -
src/wp-admin/network/settings.php
61 61 get_current_screen()->set_help_sidebar( 62 62 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 63 63 '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Settings_Screen">Documentation on Network Settings</a>' ) . '</p>' . 64 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'64 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 65 65 ); 66 66 67 67 if ( $_POST ) { -
src/wp-admin/network/themes.php
244 244 get_current_screen()->set_help_sidebar( 245 245 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 246 246 '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>' ) . '</p>' . 247 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'247 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 248 248 ); 249 249 250 250 get_current_screen()->set_screen_reader_content( -
src/wp-admin/network/upgrade.php
29 29 get_current_screen()->set_help_sidebar( 30 30 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 31 31 '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Updates_Screen">Documentation on Upgrade Network</a>' ) . '</p>' . 32 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'32 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 33 33 ); 34 34 35 35 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/network.php
78 78 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 79 79 '<p>' . __( '<a href="https://codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' . 80 80 '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>' . 81 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'81 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 82 82 ); 83 83 84 84 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/options-discussion.php
29 29 get_current_screen()->set_help_sidebar( 30 30 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 31 31 '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Discussion_Screen">Documentation on Discussion Settings</a>' ) . '</p>' . 32 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'32 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 33 33 ); 34 34 35 35 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/options-general.php
46 46 get_current_screen()->set_help_sidebar( 47 47 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 48 48 '<p>' . __( '<a href="https://codex.wordpress.org/Settings_General_Screen">Documentation on General Settings</a>' ) . '</p>' . 49 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'49 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 50 50 ); 51 51 52 52 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/options-media.php
35 35 get_current_screen()->set_help_sidebar( 36 36 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 37 37 '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Media_Screen">Documentation on Media Settings</a>' ) . '</p>' . 38 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'38 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 39 39 ); 40 40 41 41 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/options-permalink.php
50 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 51 '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Permalinks_Screen">Documentation on Permalinks Settings</a>' ) . '</p>' . 52 52 '<p>' . __( '<a href="https://codex.wordpress.org/Using_Permalinks">Documentation on Using Permalinks</a>' ) . '</p>' . 53 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'53 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 54 54 ); 55 55 56 56 $home_path = get_home_path(); -
src/wp-admin/options-reading.php
41 41 get_current_screen()->set_help_sidebar( 42 42 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 43 43 '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Reading_Screen">Documentation on Reading Settings</a>' ) . '</p>' . 44 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'44 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 45 45 ); 46 46 47 47 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/options-writing.php
50 50 get_current_screen()->set_help_sidebar( 51 51 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 52 52 '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Writing_Screen">Documentation on Writing Settings</a>' ) . '</p>' . 53 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'53 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 54 54 ); 55 55 56 56 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/plugin-editor.php
140 140 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 141 141 '<p>' . __( '<a href="https://codex.wordpress.org/Plugins_Editor_Screen">Documentation on Editing Plugins</a>' ) . '</p>' . 142 142 '<p>' . __( '<a href="https://codex.wordpress.org/Writing_a_Plugin">Documentation on Writing Plugins</a>' ) . '</p>' . 143 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'143 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 144 144 ); 145 145 146 146 $settings = array( -
src/wp-admin/plugin-install.php
103 103 get_current_screen()->set_help_sidebar( 104 104 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 105 105 '<p>' . __( '<a href="https://codex.wordpress.org/Plugins_Add_New_Screen">Documentation on Installing Plugins</a>' ) . '</p>' . 106 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'106 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 107 107 ); 108 108 109 109 get_current_screen()->set_screen_reader_content( -
src/wp-admin/plugins.php
462 462 get_current_screen()->set_help_sidebar( 463 463 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 464 464 '<p>' . __( '<a href="https://codex.wordpress.org/Managing_Plugins#Plugin_Management">Documentation on Managing Plugins</a>' ) . '</p>' . 465 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'465 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 466 466 ); 467 467 468 468 get_current_screen()->set_screen_reader_content( -
src/wp-admin/revision.php
137 137 138 138 $revisions_sidebar = '<p><strong>' . __( 'For more information:' ) . '</strong></p>'; 139 139 $revisions_sidebar .= '<p>' . __( '<a href="https://codex.wordpress.org/Revision_Management">Revisions Management</a>' ) . '</p>'; 140 $revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>';140 $revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'; 141 141 142 142 get_current_screen()->set_help_sidebar( $revisions_sidebar ); 143 143 -
src/wp-admin/theme-editor.php
52 52 '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' . 53 53 '<p>' . __( '<a href="https://codex.wordpress.org/Editing_Files">Documentation on Editing Files</a>' ) . '</p>' . 54 54 '<p>' . __( '<a href="https://codex.wordpress.org/Template_Tags">Documentation on Template Tags</a>' ) . '</p>' . 55 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'55 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 56 56 ); 57 57 58 58 wp_reset_vars( array( 'action', 'error', 'file', 'theme' ) ); -
src/wp-admin/theme-install.php
127 127 get_current_screen()->set_help_sidebar( 128 128 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 129 129 '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes#Adding_New_Themes">Documentation on Adding New Themes</a>' ) . '</p>' . 130 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'130 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 131 131 ); 132 132 133 133 include( ABSPATH . 'wp-admin/admin-header.php' ); -
src/wp-admin/themes.php
142 142 get_current_screen()->set_help_sidebar( 143 143 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 144 144 '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' . 145 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'145 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 146 146 ); 147 147 148 148 if ( current_user_can( 'switch_themes' ) ) { -
src/wp-admin/tools.php
33 33 get_current_screen()->set_help_sidebar( 34 34 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 35 35 '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Screen">Documentation on Tools</a>' ) . '</p>' . 36 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'36 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 37 37 ); 38 38 } 39 39 -
src/wp-admin/update-core.php
641 641 get_current_screen()->set_help_sidebar( 642 642 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 643 643 '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Updates_Screen">Documentation on Updating WordPress</a>' ) . '</p>' . 644 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'644 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 645 645 ); 646 646 647 647 if ( 'upgrade-core' == $action ) { -
src/wp-admin/upload.php
73 73 get_current_screen()->set_help_sidebar( 74 74 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 75 75 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' . 76 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'76 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 77 77 ); 78 78 79 79 $title = __( 'Media Library' ); … … 247 247 get_current_screen()->set_help_sidebar( 248 248 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 249 249 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' . 250 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'250 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 251 251 ); 252 252 253 253 get_current_screen()->set_screen_reader_content( -
src/wp-admin/user-edit.php
65 65 get_current_screen()->set_help_sidebar( 66 66 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 67 67 '<p>' . __( '<a href="https://codex.wordpress.org/Users_Your_Profile_Screen">Documentation on User Profiles</a>' ) . '</p>' . 68 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'68 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 69 69 ); 70 70 71 71 $wp_http_referer = remove_query_arg( array( 'update', 'delete_count', 'user_id' ), $wp_http_referer ); -
src/wp-admin/user-new.php
251 251 get_current_screen()->set_help_sidebar( 252 252 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 253 253 '<p>' . __( '<a href="https://codex.wordpress.org/Users_Add_New_Screen">Documentation on Adding New Users</a>' ) . '</p>' . 254 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'254 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 255 255 ); 256 256 257 257 wp_enqueue_script( 'wp-ajax-response' ); -
src/wp-admin/users.php
73 73 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 74 74 '<p>' . __( '<a href="https://codex.wordpress.org/Users_Screen">Documentation on Managing Users</a>' ) . '</p>' . 75 75 '<p>' . __( '<a href="https://codex.wordpress.org/Roles_and_Capabilities">Descriptions of Roles and Capabilities</a>' ) . '</p>' . 76 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'76 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 77 77 ); 78 78 79 79 get_current_screen()->set_screen_reader_content( -
src/wp-admin/widgets.php
81 81 get_current_screen()->set_help_sidebar( 82 82 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 83 83 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Widgets_Screen">Documentation on Widgets</a>' ) . '</p>' . 84 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'84 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 85 85 ); 86 86 87 87 if ( ! current_theme_supports( 'widgets' ) ) { -
src/wp-content/themes/twentyeleven/inc/theme-options.php
119 119 120 120 $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' . 121 121 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' . 122 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>';122 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>'; 123 123 124 124 $screen = get_current_screen(); 125 125 -
src/wp-content/themes/twentyeleven/languages/twentyeleven.pot
489 489 msgstr "" 490 490 491 491 #: inc/theme-options.php:122 492 msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support Forums</a>"492 msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support</a>" 493 493 msgstr "" 494 494 495 495 #: inc/theme-options.php:130 -
src/wp-includes/admin-bar.php
170 170 array( 171 171 'parent' => 'wp-logo-external', 172 172 'id' => 'support-forums', 173 'title' => __( 'Support Forums' ),173 'title' => __( 'Support' ), 174 174 'href' => __( 'https://wordpress.org/support/' ), 175 175 ) 176 176 ); -
src/wp-includes/wp-db.php
1128 1128 $message .= '<p>' . sprintf( 1129 1129 /* translators: %s: support forums URL */ 1130 1130 __( 'If you don’t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress Support Forums</a>.' ), 1131 __( 'https://wordpress.org/support/ ' )1131 __( 'https://wordpress.org/support/forums/' ) 1132 1132 ) . "</p>\n"; 1133 1133 1134 1134 $this->bail( $message, 'db_select_fail' ); … … 1673 1673 $message .= '<p>' . sprintf( 1674 1674 /* translators: %s: support forums URL */ 1675 1675 __( 'If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ), 1676 __( 'https://wordpress.org/support/ ' )1676 __( 'https://wordpress.org/support/forums/' ) 1677 1677 ) . "</p>\n"; 1678 1678 1679 1679 $this->bail( $message, 'db_connect_fail' ); … … 1831 1831 $message .= '<p>' . sprintf( 1832 1832 /* translators: %s: support forums URL */ 1833 1833 __( 'If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ), 1834 __( 'https://wordpress.org/support/ ' )1834 __( 'https://wordpress.org/support/forums/' ) 1835 1835 ) . "</p>\n"; 1836 1836 1837 1837 // We weren't able to reconnect, so we better bail.