Changeset 45140
- Timestamp:
- 04/08/2019 10:58:49 PM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 45 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/readme.html
r45058 r45140 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> … … 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> … … 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> -
trunk/src/wp-admin/_index.php
r43571 r45140 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 -
trunk/src/wp-admin/comment.php
r43571 r45140 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 -
trunk/src/wp-admin/custom-background.php
r44785 r45140 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 -
trunk/src/wp-admin/custom-header.php
r44785 r45140 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 } -
trunk/src/wp-admin/edit-comments.php
r42827 r45140 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 -
trunk/src/wp-admin/edit-form-advanced.php
r44896 r45140 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 ) { … … 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 ) { … … 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 } -
trunk/src/wp-admin/edit-link-form.php
r44214 r45140 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 -
trunk/src/wp-admin/edit-tags.php
r44516 r45140 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 ); -
trunk/src/wp-admin/edit.php
r44277 r45140 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 … … 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 -
trunk/src/wp-admin/export.php
r43571 r45140 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 -
trunk/src/wp-admin/import.php
r44417 r45140 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 -
trunk/src/wp-admin/link-manager.php
r42343 r45140 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 -
trunk/src/wp-admin/media-new.php
r42343 r45140 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 -
trunk/src/wp-admin/media.php
r43571 r45140 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 -
trunk/src/wp-admin/my-sites.php
r43571 r45140 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 -
trunk/src/wp-admin/nav-menus.php
r44905 r45140 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 -
trunk/src/wp-admin/network.php
r42343 r45140 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 -
trunk/src/wp-admin/network/settings.php
r43571 r45140 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 -
trunk/src/wp-admin/network/themes.php
r43571 r45140 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 -
trunk/src/wp-admin/network/upgrade.php
r44926 r45140 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 -
trunk/src/wp-admin/options-discussion.php
r44683 r45140 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 -
trunk/src/wp-admin/options-general.php
r44946 r45140 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 -
trunk/src/wp-admin/options-media.php
r43571 r45140 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 -
trunk/src/wp-admin/options-permalink.php
r44574 r45140 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 -
trunk/src/wp-admin/options-reading.php
r43571 r45140 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 -
trunk/src/wp-admin/options-writing.php
r43571 r45140 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 -
trunk/src/wp-admin/plugin-editor.php
r44617 r45140 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 -
trunk/src/wp-admin/plugin-install.php
r42343 r45140 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 -
trunk/src/wp-admin/plugins.php
r44973 r45140 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 -
trunk/src/wp-admin/revision.php
r43571 r45140 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 ); -
trunk/src/wp-admin/theme-editor.php
r45080 r45140 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 -
trunk/src/wp-admin/theme-install.php
r44975 r45140 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 -
trunk/src/wp-admin/themes.php
r44973 r45140 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 -
trunk/src/wp-admin/tools.php
r43571 r45140 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 } -
trunk/src/wp-admin/update-core.php
r45080 r45140 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 -
trunk/src/wp-admin/upload.php
r43571 r45140 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 … … 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 -
trunk/src/wp-admin/user-edit.php
r44895 r45140 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 -
trunk/src/wp-admin/user-new.php
r45137 r45140 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 -
trunk/src/wp-admin/users.php
r44967 r45140 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 -
trunk/src/wp-admin/widgets.php
r43571 r45140 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 -
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r43571 r45140 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(); -
trunk/src/wp-content/themes/twentyeleven/languages/twentyeleven.pot
r44730 r45140 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 -
trunk/src/wp-includes/admin-bar.php
r44973 r45140 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 ) -
trunk/src/wp-includes/wp-db.php
r45035 r45140 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 … … 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 … … 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
Note: See TracChangeset
for help on using the changeset viewer.