Make WordPress Core

Changeset 27369


Ignore:
Timestamp:
03/03/2014 02:33:24 AM (11 years ago)
Author:
nacin
Message:

Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc.

props Ipstenu, markjaquith.
see #27115.

Location:
trunk/src
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/license.txt

    r25001 r27369  
    383383included with WordPress can be freely obtained at the following URL:
    384384
    385     http://wordpress.org/download/source/
     385    https://wordpress.org/download/source/
  • trunk/src/readme.html

    r26879 r27369  
    99<body>
    1010<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>
    1212    <br /> Version 3.9
    1313</h1>
     
    2828        </ol>
    2929    </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>
    3131    <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>
    3232    <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 &#8220;Profile&#8221; to change the password.</li>
     
    6161<ul>
    6262    <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>
    6464</ul>
    6565
     
    6969    <dt><a href="http://codex.wordpress.org/">The WordPress Codex</a></dt>
    7070        <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>
    7272        <dd>This is where you&#8217;ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
    7373    <dt><a href="http://planet.wordpress.org/">WordPress Planet</a></dt>
    7474        <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>
    7676        <dd>If you&#8217;ve looked everywhere and still can&#8217;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>
    7777    <dt><a href="http://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt>
     
    8181<h1>Final Notes</h1>
    8282<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>
    8484    <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&#8217;t modify any of the core code.</li>
    8585</ul>
     
    8888<p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better&#8212;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>
    8989
    90 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/caf&#233;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&#233;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>
    9191
    9292<h1>License</h1>
  • trunk/src/wp-admin/edit-comments.php

    r26518 r27369  
    134134    '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' .
    135135    '<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>'
    137137);
    138138
  • trunk/src/wp-admin/edit-tags.php

    r26518 r27369  
    241241        $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>';
    242242
    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>';
    244244
    245245    get_current_screen()->set_help_sidebar( $help );
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r27280 r27369  
    22512251        // Add a note about the support forums to all emails.
    22522252        $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/' );
    22542254
    22552255        // If things are successful and we're now on the latest, mention plugins and themes if any are out of date.
     
    23882388
    23892389If 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/alphabeta
     2390 * Open a thread in the support forums: https://wordpress.org/support/forum/alphabeta
    23912391 * Or, if you're comfortable writing a bug report: http://core.trac.wordpress.org/
    23922392
  • trunk/src/wp-admin/includes/media.php

    r27328 r27369  
    16881688
    16891689    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>';
    16911691        return;
    16921692    }
  • trunk/src/wp-admin/includes/plugin-install.php

    r26380 r27369  
    7575
    7676        if ( $ssl && is_wp_error( $request ) ) {
    77             trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;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&#8217;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 );
    7878            $request = wp_remote_post( $http_url, $args );
    7979        }
    8080
    8181        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&#8217;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&#8217;s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() );
    8383        } else {
    8484            $res = maybe_unserialize( wp_remote_retrieve_body( $request ) );
    8585            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&#8217;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&#8217;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 ) );
    8787        }
    8888    } elseif ( !is_wp_error($res) ) {
     
    127127function install_dashboard() {
    128128    ?>
    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>
    130130
    131131    <h4><?php _e('Search') ?></h4>
     
    407407            <li><strong><?php _e('Downloaded:') ?></strong> <?php printf(_n('%s time', '%s times', $api->downloaded), number_format_i18n($api->downloaded)) ?></li>
    408408<?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 &#187;') ?></a></li>
     409            <li><a target="_blank" href="https://wordpress.org/plugins/<?php echo $api->slug ?>/"><?php _e('WordPress.org Plugin Page &#187;') ?></a></li>
    410410<?php endif; if ( ! empty($api->homepage) ) : ?>
    411411            <li><a target="_blank" href="<?php echo $api->homepage ?>"><?php _e('Plugin Homepage &#187;') ?></a></li>
     
    433433                $title = ucwords( str_replace( '_', ' ', $section_name ) );
    434434
    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 . '/');
    436436            $content = links_add_target($content, '_blank');
    437437
  • trunk/src/wp-admin/includes/theme.php

    r26905 r27369  
    347347
    348348        if ( $ssl && is_wp_error( $request ) ) {
    349             trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;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&#8217;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 );
    350350            $request = wp_remote_post( $http_url, $args );
    351351        }
    352352
    353353        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&#8217;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&#8217;s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() );
    355355        } else {
    356356            $res = maybe_unserialize( wp_remote_retrieve_body( $request ) );
    357357            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&#8217;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&#8217;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 ) );
    359359        }
    360360    }
  • trunk/src/wp-admin/includes/update.php

    r27264 r27369  
    115115    $response = wp_remote_get( $url, $options );
    116116    if ( $ssl && is_wp_error( $response ) ) {
    117         trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;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&#8217;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 );
    118118        $response = wp_remote_get( $http_url, $options );
    119119    }
  • trunk/src/wp-admin/includes/upgrade.php

    r27045 r27369  
    171171    // Default comment
    172172    $first_comment_author = __('Mr WordPress');
    173     $first_comment_url = 'http://wordpress.org/';
     173    $first_comment_url = 'https://wordpress.org/';
    174174    $first_comment = __('Hi, this is a comment.
    175175To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.');
     
    283283
    284284--The WordPress Team
    285 http://wordpress.org/
     285https://wordpress.org/
    286286"), $blog_url, $name, $password);
    287287
  • trunk/src/wp-admin/network.php

    r27226 r27369  
    131131    '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
    132132    '<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>'
    134134);
    135135
  • trunk/src/wp-admin/theme-editor.php

    r26518 r27369  
    4141    '<p>' . __('<a href="http://codex.wordpress.org/Editing_Files" target="_blank">Documentation on Editing Files</a>') . '</p>' .
    4242    '<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>'
    4444);
    4545
  • trunk/src/wp-admin/users.php

    r26518 r27369  
    6161    '<p>' . __('<a href="http://codex.wordpress.org/Users_Screen" target="_blank">Documentation on Managing Users</a>') . '</p>' .
    6262    '<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>'
    6464);
    6565
  • trunk/src/wp-includes/admin-bar.php

    r27011 r27369  
    128128        'id'        => 'wporg',
    129129        'title'     => __('WordPress.org'),
    130         'href'      => __('http://wordpress.org/'),
     130        'href'      => __('https://wordpress.org/'),
    131131    ) );
    132132
     
    144144        'id'        => 'support-forums',
    145145        'title'     => __('Support Forums'),
    146         'href'      => __('http://wordpress.org/support/'),
     146        'href'      => __('https://wordpress.org/support/'),
    147147    ) );
    148148
     
    152152        'id'        => 'feedback',
    153153        'title'     => __('Feedback'),
    154         'href'      => __('http://wordpress.org/support/forum/requests-and-feedback'),
     154        'href'      => __('https://wordpress.org/support/forum/requests-and-feedback'),
    155155    ) );
    156156}
  • trunk/src/wp-includes/class-wp-customize-control.php

    r24320 r27369  
    594594    public function tab_upload_new() {
    595595        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>';
    597597        } else {
    598598            ?>
  • trunk/src/wp-includes/default-widgets.php

    r26505 r27369  
    317317            <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>
    318318            <?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/' ) ),
    320320                esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.' ),
    321321                _x( 'WordPress.org', 'meta widget link text' )
  • trunk/src/wp-includes/images/crystal/license.txt

    r7131 r27369  
    77Modified February 2008
    88for WordPress
    9 http://wordpress.org
     9https://wordpress.org
  • trunk/src/wp-includes/media-template.php

    r27343 r27369  
    5555        <# } #>
    5656        <?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>
    5858        <?php elseif ( is_multisite() && ! is_upload_space_available() ) : ?>
    5959            <h3 class="upload-instructions"><?php _e( 'Upload Limit Exceeded' ); ?></h3>
  • trunk/src/wp-includes/pluggable-deprecated.php

    r26868 r27369  
    178178 * @since 2.2.0
    179179 * @deprecated 3.5.0
    180  * @link http://wordpress.org/plugins/atom-publishing-protocol/
     180 * @link https://wordpress.org/plugins/atom-publishing-protocol/
    181181 */
    182182if ( ! class_exists( 'wp_atom_server' ) ) {
  • trunk/src/wp-includes/theme-compat/comments-popup.php

    r25672 r27369  
    116116<!-- // this is just the end of the motor - don't touch that line either :) -->
    117117<?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>
    119119<?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
    120120<script type="text/javascript">
  • trunk/src/wp-includes/theme-compat/footer.php

    r17340 r27369  
    1616    <p>
    1717        <?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>'); ?>
    1919        <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>'); ?>
    2020        <!-- <?php printf(__('%d queries. %s seconds.'), get_num_queries(), timer_stop(0, 3)); ?> -->
  • trunk/src/wp-includes/theme-compat/sidebar.php

    r19712 r27369  
    7373                    <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>
    7474                    <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>
    7676                    <?php wp_meta(); ?>
    7777                </ul>
  • trunk/src/wp-includes/update.php

    r27262 r27369  
    117117    $response = wp_remote_post( $url, $options );
    118118    if ( $ssl && is_wp_error( $response ) ) {
    119         trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;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&#8217;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 );
    120120        $response = wp_remote_post( $http_url, $options );
    121121    }
     
    263263    $raw_response = wp_remote_post( $url, $options );
    264264    if ( $ssl && is_wp_error( $raw_response ) ) {
    265         trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;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&#8217;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 );
    266266        $raw_response = wp_remote_post( $http_url, $options );
    267267    }
     
    402402    $raw_response = wp_remote_post( $url, $options );
    403403    if ( $ssl && is_wp_error( $raw_response ) ) {
    404         trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;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&#8217;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 );
    405405        $raw_response = wp_remote_post( $http_url, $options );
    406406    }
  • trunk/src/wp-includes/wp-db.php

    r27279 r27369  
    979979<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>
    980980</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' );
    982982            }
    983983            return;
     
    13621362    <li>Are you sure that the database server is running?</li>
    13631363</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>
    13651365" ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' );
    13661366
     
    14391439    <li>Are you sure that the database server is not under particularly heavy load?</li>
    14401440</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>
    14421442" ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' );
    14431443
  • trunk/src/wp-login.php

    r27246 r27369  
    9797        $login_header_title = get_current_site()->site_name;
    9898    } else {
    99         $login_header_url   = __( 'http://wordpress.org/' );
     99        $login_header_url   = __( 'https://wordpress.org/' );
    100100        $login_header_title = __( 'Powered by WordPress' );
    101101    }
Note: See TracChangeset for help on using the changeset viewer.