Changeset 27369
- Timestamp:
- 03/03/2014 02:33:24 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/license.txt
r25001 r27369 383 383 included with WordPress can be freely obtained at the following URL: 384 384 385 http ://wordpress.org/download/source/385 https://wordpress.org/download/source/ -
trunk/src/readme.html
r26879 r27369 9 9 <body> 10 10 <h1 id="logo"> 11 <a href="http ://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>11 <a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a> 12 12 <br /> Version 3.9 13 13 </h1> … … 28 28 </ol> 29 29 </li> 30 <li>Once the configuration file is set up, the installer will set up the tables needed for your blog. 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="http ://wordpress.org/support/" title="WordPress support">support forums</a> with as much data as you can gather.</li>30 <li>Once the configuration file is set up, the installer will set up the tables needed for your blog. 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> 31 31 <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> 32 32 <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> … … 61 61 <ul> 62 62 <li>The <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li> 63 <li>A link to <a href="http ://wordpress.org/">http://wordpress.org</a> on your site.</li>63 <li>A link to <a href="https://wordpress.org/">https://wordpress.org</a> on your site.</li> 64 64 </ul> 65 65 … … 69 69 <dt><a href="http://codex.wordpress.org/">The WordPress Codex</a></dt> 70 70 <dd>The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd> 71 <dt><a href="http ://wordpress.org/news/">The WordPress Blog</a></dt>71 <dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt> 72 72 <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> 73 73 <dt><a href="http://planet.wordpress.org/">WordPress Planet</a></dt> 74 74 <dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd> 75 <dt><a href="http ://wordpress.org/support/">WordPress Support Forums</a></dt>75 <dt><a href="https://wordpress.org/support/">WordPress Support Forums</a></dt> 76 76 <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> 77 77 <dt><a href="http://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt> … … 81 81 <h1>Final Notes</h1> 82 82 <ul> 83 <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="http ://wordpress.org/support/">Support Forums</a>.</li>83 <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> 84 84 <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="http://codex.wordpress.org/Plugin_API" title="WordPress plugin API">plugin documentation in the Codex</a>. You shouldn’t modify any of the core code.</li> 85 85 </ul> … … 88 88 <p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgable than yourself, or writing the author of a media article that overlooks us.</p> 89 89 90 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <a href="http ://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="http://wordpress.org/donate/" title="Donate to WordPress">donating</a>.</p>90 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/" title="Donate to WordPress">donating</a>.</p> 91 91 92 92 <h1>License</h1> -
trunk/src/wp-admin/edit-comments.php
r26518 r27369 134 134 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' . 135 135 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts</a>' ) . '</p>' . 136 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'136 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 137 137 ); 138 138 -
trunk/src/wp-admin/edit-tags.php
r26518 r27369 241 241 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>'; 242 242 243 $help .= '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';243 $help .= '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 244 244 245 245 get_current_screen()->set_help_sidebar( $help ); -
trunk/src/wp-admin/includes/class-wp-upgrader.php
r27280 r27369 2251 2251 // Add a note about the support forums to all emails. 2252 2252 $body .= "\n\n" . __( 'If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.' ); 2253 $body .= "\n" . __( 'http ://wordpress.org/support/' );2253 $body .= "\n" . __( 'https://wordpress.org/support/' ); 2254 2254 2255 2255 // If things are successful and we're now on the latest, mention plugins and themes if any are out of date. … … 2388 2388 2389 2389 If you think these failures might be due to a bug in WordPress, could you report it? 2390 * Open a thread in the support forums: http ://wordpress.org/support/forum/alphabeta2390 * Open a thread in the support forums: https://wordpress.org/support/forum/alphabeta 2391 2391 * Or, if you're comfortable writing a bug report: http://core.trac.wordpress.org/ 2392 2392 -
trunk/src/wp-admin/includes/media.php
r27328 r27369 1688 1688 1689 1689 if ( ! _device_can_upload() ) { 1690 echo '<p>' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'http ://wordpress.org/mobile/' ) . '</p>';1690 echo '<p>' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'https://wordpress.org/mobile/' ) . '</p>'; 1691 1691 return; 1692 1692 } -
trunk/src/wp-admin/includes/plugin-install.php
r26380 r27369 75 75 76 76 if ( $ssl && is_wp_error( $request ) ) { 77 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );77 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); 78 78 $request = wp_remote_post( $http_url, $args ); 79 79 } 80 80 81 81 if ( is_wp_error($request) ) { 82 $res = new WP_Error('plugins_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() );82 $res = new WP_Error('plugins_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() ); 83 83 } else { 84 84 $res = maybe_unserialize( wp_remote_retrieve_body( $request ) ); 85 85 if ( ! is_object( $res ) && ! is_array( $res ) ) 86 $res = new WP_Error('plugins_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ), wp_remote_retrieve_body( $request ) );86 $res = new WP_Error('plugins_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), wp_remote_retrieve_body( $request ) ); 87 87 } 88 88 } elseif ( !is_wp_error($res) ) { … … 127 127 function install_dashboard() { 128 128 ?> 129 <p><?php printf( __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="%1$s">WordPress Plugin Directory</a> or upload a plugin in .zip format via <a href="%2$s">this page</a>.' ), 'http ://wordpress.org/plugins/', self_admin_url( 'plugin-install.php?tab=upload' ) ); ?></p>129 <p><?php printf( __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="%1$s">WordPress Plugin Directory</a> or upload a plugin in .zip format via <a href="%2$s">this page</a>.' ), 'https://wordpress.org/plugins/', self_admin_url( 'plugin-install.php?tab=upload' ) ); ?></p> 130 130 131 131 <h4><?php _e('Search') ?></h4> … … 407 407 <li><strong><?php _e('Downloaded:') ?></strong> <?php printf(_n('%s time', '%s times', $api->downloaded), number_format_i18n($api->downloaded)) ?></li> 408 408 <?php endif; if ( ! empty($api->slug) && empty($api->external) ) : ?> 409 <li><a target="_blank" href="http ://wordpress.org/plugins/<?php echo $api->slug ?>/"><?php _e('WordPress.org Plugin Page »') ?></a></li>409 <li><a target="_blank" href="https://wordpress.org/plugins/<?php echo $api->slug ?>/"><?php _e('WordPress.org Plugin Page »') ?></a></li> 410 410 <?php endif; if ( ! empty($api->homepage) ) : ?> 411 411 <li><a target="_blank" href="<?php echo $api->homepage ?>"><?php _e('Plugin Homepage »') ?></a></li> … … 433 433 $title = ucwords( str_replace( '_', ' ', $section_name ) ); 434 434 435 $content = links_add_base_url($content, 'http ://wordpress.org/plugins/' . $api->slug . '/');435 $content = links_add_base_url($content, 'https://wordpress.org/plugins/' . $api->slug . '/'); 436 436 $content = links_add_target($content, '_blank'); 437 437 -
trunk/src/wp-admin/includes/theme.php
r26905 r27369 347 347 348 348 if ( $ssl && is_wp_error( $request ) ) { 349 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );349 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); 350 350 $request = wp_remote_post( $http_url, $args ); 351 351 } 352 352 353 353 if ( is_wp_error($request) ) { 354 $res = new WP_Error('themes_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() );354 $res = new WP_Error('themes_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() ); 355 355 } else { 356 356 $res = maybe_unserialize( wp_remote_retrieve_body( $request ) ); 357 357 if ( ! is_object( $res ) && ! is_array( $res ) ) 358 $res = new WP_Error('themes_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ), wp_remote_retrieve_body( $request ) );358 $res = new WP_Error('themes_api_failed', __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), wp_remote_retrieve_body( $request ) ); 359 359 } 360 360 } -
trunk/src/wp-admin/includes/update.php
r27264 r27369 115 115 $response = wp_remote_get( $url, $options ); 116 116 if ( $ssl && is_wp_error( $response ) ) { 117 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );117 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); 118 118 $response = wp_remote_get( $http_url, $options ); 119 119 } -
trunk/src/wp-admin/includes/upgrade.php
r27045 r27369 171 171 // Default comment 172 172 $first_comment_author = __('Mr WordPress'); 173 $first_comment_url = 'http ://wordpress.org/';173 $first_comment_url = 'https://wordpress.org/'; 174 174 $first_comment = __('Hi, this is a comment. 175 175 To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.'); … … 283 283 284 284 --The WordPress Team 285 http ://wordpress.org/285 https://wordpress.org/ 286 286 "), $blog_url, $name, $password); 287 287 -
trunk/src/wp-admin/network.php
r27226 r27369 131 131 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' . 132 132 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' . 133 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'133 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 134 134 ); 135 135 -
trunk/src/wp-admin/theme-editor.php
r26518 r27369 41 41 '<p>' . __('<a href="http://codex.wordpress.org/Editing_Files" target="_blank">Documentation on Editing Files</a>') . '</p>' . 42 42 '<p>' . __('<a href="http://codex.wordpress.org/Template_Tags" target="_blank">Documentation on Template Tags</a>') . '</p>' . 43 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'43 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 44 44 ); 45 45 -
trunk/src/wp-admin/users.php
r26518 r27369 61 61 '<p>' . __('<a href="http://codex.wordpress.org/Users_Screen" target="_blank">Documentation on Managing Users</a>') . '</p>' . 62 62 '<p>' . __('<a href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank">Descriptions of Roles and Capabilities</a>') . '</p>' . 63 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'63 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 64 64 ); 65 65 -
trunk/src/wp-includes/admin-bar.php
r27011 r27369 128 128 'id' => 'wporg', 129 129 'title' => __('WordPress.org'), 130 'href' => __('http ://wordpress.org/'),130 'href' => __('https://wordpress.org/'), 131 131 ) ); 132 132 … … 144 144 'id' => 'support-forums', 145 145 'title' => __('Support Forums'), 146 'href' => __('http ://wordpress.org/support/'),146 'href' => __('https://wordpress.org/support/'), 147 147 ) ); 148 148 … … 152 152 'id' => 'feedback', 153 153 'title' => __('Feedback'), 154 'href' => __('http ://wordpress.org/support/forum/requests-and-feedback'),154 'href' => __('https://wordpress.org/support/forum/requests-and-feedback'), 155 155 ) ); 156 156 } -
trunk/src/wp-includes/class-wp-customize-control.php
r24320 r27369 594 594 public function tab_upload_new() { 595 595 if ( ! _device_can_upload() ) { 596 echo '<p>' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'http ://wordpress.org/mobile/' ) . '</p>';596 echo '<p>' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'https://wordpress.org/mobile/' ) . '</p>'; 597 597 } else { 598 598 ?> -
trunk/src/wp-includes/default-widgets.php
r26505 r27369 317 317 <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php echo esc_attr(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 318 318 <?php echo apply_filters( 'widget_meta_poweredby', sprintf( '<li><a href="%s" title="%s">%s</a></li>', 319 esc_url( __( 'http ://wordpress.org/' ) ),319 esc_url( __( 'https://wordpress.org/' ) ), 320 320 esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.' ), 321 321 _x( 'WordPress.org', 'meta widget link text' ) -
trunk/src/wp-includes/images/crystal/license.txt
r7131 r27369 7 7 Modified February 2008 8 8 for WordPress 9 http ://wordpress.org9 https://wordpress.org -
trunk/src/wp-includes/media-template.php
r27343 r27369 55 55 <# } #> 56 56 <?php if ( ! _device_can_upload() ) : ?> 57 <h3 class="upload-instructions"><?php printf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'http ://wordpress.org/mobile/' ); ?></h3>57 <h3 class="upload-instructions"><?php printf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'https://wordpress.org/mobile/' ); ?></h3> 58 58 <?php elseif ( is_multisite() && ! is_upload_space_available() ) : ?> 59 59 <h3 class="upload-instructions"><?php _e( 'Upload Limit Exceeded' ); ?></h3> -
trunk/src/wp-includes/pluggable-deprecated.php
r26868 r27369 178 178 * @since 2.2.0 179 179 * @deprecated 3.5.0 180 * @link http ://wordpress.org/plugins/atom-publishing-protocol/180 * @link https://wordpress.org/plugins/atom-publishing-protocol/ 181 181 */ 182 182 if ( ! class_exists( 'wp_atom_server' ) ) { -
trunk/src/wp-includes/theme-compat/comments-popup.php
r25672 r27369 116 116 <!-- // this is just the end of the motor - don't touch that line either :) --> 117 117 <?php //} ?> 118 <p class="credit"><?php timer_stop(1); ?> <cite><?php printf(__('Powered by <a href="%s" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a>'), 'http ://wordpress.org/'); ?></cite></p>118 <p class="credit"><?php timer_stop(1); ?> <cite><?php printf(__('Powered by <a href="%s" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a>'), 'https://wordpress.org/'); ?></cite></p> 119 119 <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?> 120 120 <script type="text/javascript"> -
trunk/src/wp-includes/theme-compat/footer.php
r17340 r27369 16 16 <p> 17 17 <?php printf(__('%1$s is proudly powered by %2$s'), get_bloginfo('name'), 18 '<a href="http ://wordpress.org/">WordPress</a>'); ?>18 '<a href="https://wordpress.org/">WordPress</a>'); ?> 19 19 <br /><?php printf(__('%1$s and %2$s.'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)') . '</a>'); ?> 20 20 <!-- <?php printf(__('%d queries. %s seconds.'), get_num_queries(), timer_stop(0, 3)); ?> --> -
trunk/src/wp-includes/theme-compat/sidebar.php
r19712 r27369 73 73 <li><a href="http://validator.w3.org/check/referer" title="<?php esc_attr_e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li> 74 74 <li><a href="http://gmpg.org/xfn/"><abbr title="<?php esc_attr_e('XHTML Friends Network'); ?>"><?php _e('XFN'); ?></abbr></a></li> 75 <li><a href="http ://wordpress.org/" title="<?php esc_attr_e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress</a></li>75 <li><a href="https://wordpress.org/" title="<?php esc_attr_e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress</a></li> 76 76 <?php wp_meta(); ?> 77 77 </ul> -
trunk/src/wp-includes/update.php
r27262 r27369 117 117 $response = wp_remote_post( $url, $options ); 118 118 if ( $ssl && is_wp_error( $response ) ) { 119 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );119 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); 120 120 $response = wp_remote_post( $http_url, $options ); 121 121 } … … 263 263 $raw_response = wp_remote_post( $url, $options ); 264 264 if ( $ssl && is_wp_error( $raw_response ) ) { 265 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );265 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); 266 266 $raw_response = wp_remote_post( $http_url, $options ); 267 267 } … … 402 402 $raw_response = wp_remote_post( $url, $options ); 403 403 if ( $ssl && is_wp_error( $raw_response ) ) { 404 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="http ://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );404 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ) . ' ' . '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)', headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); 405 405 $raw_response = wp_remote_post( $http_url, $options ); 406 406 } -
trunk/src/wp-includes/wp-db.php
r27279 r27369 979 979 <li>On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?</li> 980 980 </ul> 981 <p>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="http ://wordpress.org/support/">WordPress Support Forums</a>.</p>' ), htmlspecialchars( $db, ENT_QUOTES ), htmlspecialchars( $this->dbuser, ENT_QUOTES ) ), 'db_select_fail' );981 <p>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="https://wordpress.org/support/">WordPress Support Forums</a>.</p>' ), htmlspecialchars( $db, ENT_QUOTES ), htmlspecialchars( $this->dbuser, ENT_QUOTES ) ), 'db_select_fail' ); 982 982 } 983 983 return; … … 1362 1362 <li>Are you sure that the database server is running?</li> 1363 1363 </ul> 1364 <p>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='http ://wordpress.org/support/'>WordPress Support Forums</a>.</p>1364 <p>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='https://wordpress.org/support/'>WordPress Support Forums</a>.</p> 1365 1365 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1366 1366 … … 1439 1439 <li>Are you sure that the database server is not under particularly heavy load?</li> 1440 1440 </ul> 1441 <p>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='http ://wordpress.org/support/'>WordPress Support Forums</a>.</p>1441 <p>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='https://wordpress.org/support/'>WordPress Support Forums</a>.</p> 1442 1442 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1443 1443 -
trunk/src/wp-login.php
r27246 r27369 97 97 $login_header_title = get_current_site()->site_name; 98 98 } else { 99 $login_header_url = __( 'http ://wordpress.org/' );99 $login_header_url = __( 'https://wordpress.org/' ); 100 100 $login_header_title = __( 'Powered by WordPress' ); 101 101 }
Note: See TracChangeset
for help on using the changeset viewer.