Changeset 27469
- Timestamp:
- 03/08/2014 04:13:28 AM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 51 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r27145 r27469 27 27 <p id="footer-left" class="alignleft"> 28 28 <?php 29 $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) ); 29 30 /** 30 31 * Filter the "Thank you" text displayed in the admin footer. … … 34 35 * @param string $text The content that will be printed. 35 36 */ 36 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ). '</span>' );37 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' ); 37 38 ?> 38 39 </p> -
trunk/src/wp-admin/comment.php
r27029 r27469 57 57 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 58 58 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' . 59 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'59 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 60 60 ); 61 61 -
trunk/src/wp-admin/credits.php
r26872 r27469 103 103 if ( ! $credits ) { 104 104 echo '<p class="about-description">' . sprintf( __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ), 105 'http ://wordpress.org/about/',105 'https://wordpress.org/about/', 106 106 /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */ 107 107 __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>'; … … 162 162 <p class="clear"><?php printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ), 163 163 /* translators: URL to the Make WordPress 'Get Involved' landing page used on the credits page */ 164 __( 'http ://make.wordpress.org/' ) ); ?></p>164 __( 'https://make.wordpress.org/' ) ); ?></p> 165 165 166 166 </div> -
trunk/src/wp-admin/custom-background.php
r27029 r27469 97 97 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 98 98 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' . 99 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'99 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 100 100 ); 101 101 -
trunk/src/wp-admin/custom-header.php
r27029 r27469 132 132 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 133 133 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' . 134 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'134 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 135 135 ); 136 136 } -
trunk/src/wp-admin/edit-form-advanced.php
r27325 r27469 275 275 '<p><strong>' . __('For more information:') . '</strong></p>' . 276 276 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' . 277 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'277 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 278 278 ); 279 279 } elseif ( 'page' == $post_type ) { … … 291 291 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' . 292 292 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' . 293 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'293 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 294 294 ); 295 295 } elseif ( 'attachment' == $post_type ) { … … 307 307 '<p><strong>' . __('For more information:') . '</strong></p>' . 308 308 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . 309 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'309 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 310 310 ); 311 311 } -
trunk/src/wp-admin/edit-link-form.php
r26518 r27469 64 64 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 65 65 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' . 66 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'66 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 67 67 ); 68 68 -
trunk/src/wp-admin/edit.php
r26518 r27469 198 198 '<p><strong>' . __('For more information:') . '</strong></p>' . 199 199 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' . 200 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'200 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 201 201 ); 202 202 … … 219 219 '<p><strong>' . __('For more information:') . '</strong></p>' . 220 220 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' . 221 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'221 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 222 222 ); 223 223 } -
trunk/src/wp-admin/export.php
r26518 r27469 54 54 '<p><strong>' . __('For more information:') . '</strong></p>' . 55 55 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' . 56 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'56 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 57 57 ); 58 58 -
trunk/src/wp-admin/freedoms.php
r26774 r27469 34 34 </h2> 35 35 36 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'http ://wordpress.org/about/license/' ); ?></p>36 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'https://wordpress.org/about/license/' ); ?></p> 37 37 38 38 <ol start="0"> … … 47 47 <p><?php 48 48 49 $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'http ://wordpress.org/plugins/';50 $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'http ://wordpress.org/themes/';49 $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'https://wordpress.org/plugins/'; 50 $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'https://wordpress.org/themes/'; 51 51 52 printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'http ://wordpress.org/about/license/' ); ?></p>52 printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'https://wordpress.org/about/license/' ); ?></p> 53 53 54 54 <p><?php _e( 'Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href="http://www.fsf.org/">Free Software Foundation</a>.' ); ?></p> -
trunk/src/wp-admin/import.php
r27465 r27469 27 27 '<p><strong>' . __('For more information:') . '</strong></p>' . 28 28 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' . 29 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'29 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 30 30 ); 31 31 -
trunk/src/wp-admin/index.php
r27043 r27469 87 87 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 88 88 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' . 89 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'89 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 90 90 ); 91 91 -
trunk/src/wp-admin/install.php
r27262 r27469 17 17 </head> 18 18 <body class="wp-core-ui"> 19 <h1 id="logo"><a href="http ://wordpress.org/">WordPress</a></h1>19 <h1 id="logo"><a href="https://wordpress.org/">WordPress</a></h1> 20 20 <h2>Error: PHP is not running</h2> 21 21 <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p> … … 63 63 </head> 64 64 <body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>"> 65 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>65 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 66 66 67 67 <?php -
trunk/src/wp-admin/link-manager.php
r26518 r27469 59 59 '<p><strong>' . __('For more information:') . '</strong></p>' . 60 60 '<p>' . __('<a href="http://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' . 61 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'61 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 62 62 ); 63 63 -
trunk/src/wp-admin/maint/repair.php
r26298 r27469 23 23 </head> 24 24 <body class="wp-core-ui"> 25 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>25 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 26 26 27 27 <?php … … 99 99 100 100 if ( $problems ) { 101 printf( '<p>' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.') . '</p>', __( 'http ://wordpress.org/support/forum/how-to-and-troubleshooting' ) );101 printf( '<p>' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.') . '</p>', __( 'https://wordpress.org/support/forum/how-to-and-troubleshooting' ) ); 102 102 $problem_output = ''; 103 103 foreach ( $problems as $table => $problem ) -
trunk/src/wp-admin/media-new.php
r26518 r27469 55 55 '<p><strong>' . __('For more information:') . '</strong></p>' . 56 56 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' . 57 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'57 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 58 58 ); 59 59 -
trunk/src/wp-admin/media.php
r26518 r27469 82 82 '<p><strong>' . __('For more information:') . '</strong></p>' . 83 83 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . 84 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'84 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 85 85 ); 86 86 -
trunk/src/wp-admin/my-sites.php
r27029 r27469 47 47 '<p><strong>' . __('For more information:') . '</strong></p>' . 48 48 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' . 49 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'49 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 50 50 ); 51 51 -
trunk/src/wp-admin/nav-menus.php
r27400 r27469 527 527 '<p><strong>' . __('For more information:') . '</strong></p>' . 528 528 '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>' . 529 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'529 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 530 530 ); 531 531 -
trunk/src/wp-admin/network/index.php
r26518 r27469 52 52 '<p><strong>' . __('For more information:') . '</strong></p>' . 53 53 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin" target="_blank">Documentation on the Network Admin</a>') . '</p>' . 54 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'54 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 55 55 ); 56 56 -
trunk/src/wp-admin/network/settings.php
r27029 r27469 36 36 '<p><strong>' . __('For more information:') . '</strong></p>' . 37 37 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' . 38 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'38 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 39 39 ); 40 40 -
trunk/src/wp-admin/network/site-info.php
r26518 r27469 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 -
trunk/src/wp-admin/network/site-new.php
r27046 r27469 28 28 '<p><strong>' . __('For more information:') . '</strong></p>' . 29 29 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 30 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'30 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 31 31 ); 32 32 -
trunk/src/wp-admin/network/site-settings.php
r26631 r27469 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 -
trunk/src/wp-admin/network/site-themes.php
r26518 r27469 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 -
trunk/src/wp-admin/network/site-users.php
r27310 r27469 34 34 '<p><strong>' . __('For more information:') . '</strong></p>' . 35 35 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 36 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'36 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 37 37 ); 38 38 -
trunk/src/wp-admin/network/sites.php
r27348 r27469 44 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 45 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 46 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'46 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 -
trunk/src/wp-admin/network/themes.php
r26726 r27469 213 213 '<p><strong>' . __('For more information:') . '</strong></p>' . 214 214 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Themes_Screen" target="_blank">Documentation on Network Themes</a>') . '</p>' . 215 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'215 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 216 216 ); 217 217 -
trunk/src/wp-admin/network/upgrade.php
r26914 r27469 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Updates_Screen" target="_blank">Documentation on Upgrade Network</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 -
trunk/src/wp-admin/network/user-new.php
r26518 r27469 28 28 '<p><strong>' . __('For more information:') . '</strong></p>' . 29 29 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' . 30 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'30 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 31 31 ); 32 32 -
trunk/src/wp-admin/network/users.php
r27416 r27469 242 242 '<p><strong>' . __('For more information:') . '</strong></p>' . 243 243 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' . 244 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'244 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 245 245 ); 246 246 -
trunk/src/wp-admin/options-discussion.php
r27029 r27469 25 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 26 26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' . 27 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'27 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 28 28 ); 29 29 -
trunk/src/wp-admin/options-general.php
r27029 r27469 78 78 '<p><strong>' . __('For more information:') . '</strong></p>' . 79 79 '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' . 80 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'80 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 81 81 ); 82 82 -
trunk/src/wp-admin/options-media.php
r27029 r27469 33 33 '<p><strong>' . __('For more information:') . '</strong></p>' . 34 34 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_Screen" target="_blank">Documentation on Media Settings</a>') . '</p>' . 35 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'35 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 36 36 ); 37 37 -
trunk/src/wp-admin/options-permalink.php
r26518 r27469 44 44 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' . 45 45 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Documentation on Using Permalinks</a>') . '</p>' . 46 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'46 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 -
trunk/src/wp-admin/options-reading.php
r27029 r27469 70 70 '<p><strong>' . __('For more information:') . '</strong></p>' . 71 71 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' . 72 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'72 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 73 73 ); 74 74 -
trunk/src/wp-admin/options-writing.php
r27029 r27469 56 56 '<p><strong>' . __('For more information:') . '</strong></p>' . 57 57 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' . 58 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'58 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 59 59 ); 60 60 -
trunk/src/wp-admin/plugin-editor.php
r26518 r27469 133 133 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' . 134 134 '<p>' . __('<a href="http://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' . 135 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'135 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 136 136 ); 137 137 -
trunk/src/wp-admin/plugin-install.php
r26518 r27469 50 50 'title' => __('Overview'), 51 51 'content' => 52 '<p>' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href="%s" target="_blank">WordPress.org Plugin Directory</a> are compatible with the license WordPress uses. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'http ://wordpress.org/plugins/') . '</p>'52 '<p>' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href="%s" target="_blank">WordPress.org Plugin Directory</a> are compatible with the license WordPress uses. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'https://wordpress.org/plugins/') . '</p>' 53 53 ) ); 54 54 get_current_screen()->add_help_tab( array( … … 65 65 '<p><strong>' . __('For more information:') . '</strong></p>' . 66 66 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' . 67 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'67 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 68 68 ); 69 69 -
trunk/src/wp-admin/plugins.php
r27413 r27469 345 345 'content' => 346 346 '<p>' . __('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.') . '</p>' . 347 '<p>' . sprintf(__('You can find additional plugins for your site by using the <a href="%1$s">Plugin Browser/Installer</a> functionality or by browsing the <a href="%2$s" target="_blank">WordPress Plugin Directory</a> directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your <code>/wp-content/plugins</code> directory. Once a plugin has been installed, you can activate it here.'), 'plugin-install.php', 'http ://wordpress.org/plugins/') . '</p>'347 '<p>' . sprintf(__('You can find additional plugins for your site by using the <a href="%1$s">Plugin Browser/Installer</a> functionality or by browsing the <a href="%2$s" target="_blank">WordPress Plugin Directory</a> directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your <code>/wp-content/plugins</code> directory. Once a plugin has been installed, you can activate it here.'), 'plugin-install.php', 'https://wordpress.org/plugins/') . '</p>' 348 348 ) ); 349 349 get_current_screen()->add_help_tab( array( … … 358 358 '<p><strong>' . __('For more information:') . '</strong></p>' . 359 359 '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' . 360 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'360 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 361 361 ); 362 362 -
trunk/src/wp-admin/revision.php
r27383 r27469 118 118 $revisions_sidebar = '<p><strong>' . __( 'For more information:' ) . '</strong></p>'; 119 119 $revisions_sidebar .= '<p>' . __( '<a href="http://codex.wordpress.org/Revision_Management" target="_blank">Revisions Management</a>' ) . '</p>'; 120 $revisions_sidebar .= '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>';120 $revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'; 121 121 122 122 get_current_screen()->set_help_sidebar( $revisions_sidebar ); -
trunk/src/wp-admin/setup-config.php
r27262 r27469 104 104 </head> 105 105 <body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>"> 106 <h1 id="logo"><a href="<?php esc_attr_e( 'http ://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1>106 <h1 id="logo"><a href="<?php esc_attr_e( 'https://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 107 107 <?php 108 108 } // end function setup_config_display_header(); -
trunk/src/wp-admin/theme-install.php
r26726 r27469 47 47 48 48 $help_overview = 49 '<p>' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'), 'http ://wordpress.org/themes/') . '</p>' .49 '<p>' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'), 'https://wordpress.org/themes/') . '</p>' . 50 50 '<p>' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '</p>' . 51 51 '<p>' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>'; … … 70 70 '<p><strong>' . __('For more information:') . '</strong></p>' . 71 71 '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' . 72 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'72 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 73 73 ); 74 74 -
trunk/src/wp-admin/themes.php
r27268 r27469 57 57 $help_install = '<p>' . __('Installing themes on Multisite can only be done from the Network Admin section.') . '</p>'; 58 58 } else { 59 $help_install = '<p>' . sprintf( __('If you would like to see more themes to choose from, click on the “Add New” button and you will be able to browse or search for additional themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!'), 'http ://wordpress.org/themes/' ) . '</p>';59 $help_install = '<p>' . sprintf( __('If you would like to see more themes to choose from, click on the “Add New” button and you will be able to browse or search for additional themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!'), 'https://wordpress.org/themes/' ) . '</p>'; 60 60 } 61 61 … … 84 84 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 85 85 '<p>' . __( '<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>' ) . '</p>' . 86 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'86 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 87 87 ); 88 88 -
trunk/src/wp-admin/tools.php
r26518 r27469 27 27 '<p><strong>' . __('For more information:') . '</strong></p>' . 28 28 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Screen" target="_blank">Documentation on Tools</a>') . '</p>' . 29 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'29 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 30 30 ); 31 31 -
trunk/src/wp-admin/update-core.php
r27280 r27469 486 486 '<p><strong>' . __('For more information:') . '</strong></p>' . 487 487 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>' ) . '</p>' . 488 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'488 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 489 489 ); 490 490 -
trunk/src/wp-admin/upgrade.php
r26298 r27469 60 60 </head> 61 61 <body class="wp-core-ui"> 62 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>62 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 63 63 64 64 <?php if ( get_option( 'db_version' ) == $wp_db_version || !is_blog_installed() ) : ?> -
trunk/src/wp-admin/upload.php
r27403 r27469 169 169 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 170 170 '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' . 171 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'171 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 172 172 ); 173 173 -
trunk/src/wp-admin/user-edit.php
r27246 r27469 52 52 '<p><strong>' . __('For more information:') . '</strong></p>' . 53 53 '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' . 54 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'54 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 55 55 ); 56 56 -
trunk/src/wp-admin/user-new.php
r27246 r27469 183 183 '<p><strong>' . __('For more information:') . '</strong></p>' . 184 184 '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' . 185 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'185 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 186 186 ); 187 187 -
trunk/src/wp-admin/widgets.php
r26608 r27469 71 71 '<p><strong>' . __('For more information:') . '</strong></p>' . 72 72 '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' . 73 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'73 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 74 74 ); 75 75
Note: See TracChangeset
for help on using the changeset viewer.