Make WordPress Core

Ticket #27115: 27115.wporg.diff

File 27115.wporg.diff, 7.9 KB (added by Ipstenu, 10 years ago)

More wordpress.org links to https

  • wp-admin/edit-link-form.php

     
    6262
    6363get_current_screen()->set_help_sidebar(
    6464        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    65         '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
     65        '<p>' . __( '<a href="https://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
    6666        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    6767);
    6868
  • wp-admin/includes/class-wp-theme-install-list-table.php

     
    203203         *     public 'screenshot_url' => string 'http://wp-themes.com/wp-content/themes/magazine-basic/screenshot.png'
    204204         *     public 'rating' => float 80
    205205         *     public 'num_ratings' => int 1
    206          *     public 'homepage' => string 'http://wordpress.org/themes/magazine-basic'
     206         *     public 'homepage' => string 'https://wordpress.org/themes/magazine-basic'
    207207         *     public 'description' => string 'A basic magazine style layout with a fully customizable layout through a backend interface. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.'
    208          *     public 'download_link' => string 'http://wordpress.org/themes/download/magazine-basic.1.1.zip'
     208         *     public 'download_link' => string 'https://wordpress.org/themes/download/magazine-basic.1.1.zip'
    209209         */
    210210        public function single_row( $theme ) {
    211211                global $themes_allowedtags;
  • wp-admin/includes/dashboard.php

     
    934934                         *
    935935                         * @param string $link The widget's primary link URL.
    936936                         */
    937                         'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ),
     937                        'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ),
    938938
    939939                        /**
    940940                         * Filter the primary feed URL for the 'WordPress News' dashboard widget.
     
    943943                         *
    944944                         * @param string $url The widget's primary feed URL.
    945945                         */
    946                         'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ),
     946                        'url' => apply_filters( 'dashboard_primary_feed', __( 'https://wordpress.org/news/feed/' ) ),
    947947
    948948                        /**
    949949                         * Filter the primary link title for the 'WordPress News' dashboard widget.
     
    997997                $feeds['plugins'] = array(
    998998                        'link'         => '',
    999999                        'url'          => array(
    1000                                 'popular' => 'http://wordpress.org/plugins/rss/browse/popular/',
     1000                                'popular' => 'https://wordpress.org/plugins/rss/browse/popular/',
    10011001                        ),
    10021002                        'title'        => '',
    10031003                        'items'        => 1,
     
    13241324                <?php if ( current_user_can( 'manage_options' ) ) : ?>
    13251325                        <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li>
    13261326                <?php endif; ?>
    1327                         <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'http://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li>
     1327                        <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li>
    13281328                </ul>
    13291329        </div>
    13301330        </div>
  • wp-admin/includes/export.php

     
    339339
    340340<?php the_generator( 'export' ); ?>
    341341<rss version="2.0"
    342         xmlns:excerpt="http://wordpress.org/export/<?php echo WXR_VERSION; ?>/excerpt/"
     342        xmlns:excerpt="https://wordpress.org/export/<?php echo WXR_VERSION; ?>/excerpt/"
    343343        xmlns:content="http://purl.org/rss/1.0/modules/content/"
    344344        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    345345        xmlns:dc="http://purl.org/dc/elements/1.1/"
    346         xmlns:wp="http://wordpress.org/export/<?php echo WXR_VERSION; ?>/"
     346        xmlns:wp="https://wordpress.org/export/<?php echo WXR_VERSION; ?>/"
    347347>
    348348
    349349<channel>
  • wp-admin/setup-config.php

     
    140140</p>
    141141<p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;" ); ?></p>
    142142
    143 <p class="step"><a href="<?php echo $step_1; ?>" class="button button-large"><?php _e( 'Let&#8217;s go!' ); ?></a></p>
     143<p class="step"><a href="<?php echo $step_1; ?>" class="button button-primary button-large"><?php _e( 'Let&#8217;s go!' ); ?></a></p>
    144144<?php
    145145        break;
    146146
     
    181181        </table>
    182182        <?php if ( isset( $_GET['noapi'] ) ) { ?><input name="noapi" type="hidden" value="1" /><?php } ?>
    183183        <input type="hidden" name="language" value="<?php echo esc_attr( $language ); ?>" />
    184         <p class="step"><input name="submit" type="submit" value="<?php echo htmlspecialchars( __( 'Submit' ), ENT_QUOTES ); ?>" class="button button-large" /></p>
     184        <p class="step"><input name="submit" type="submit" value="<?php echo htmlspecialchars( __( 'Submit' ), ENT_QUOTES ); ?>" class="button button-primary button-large" /></p>
    185185</form>
    186186<?php
    187187        break;
     
    305305                }
    306306?></textarea>
    307307<p><?php _e( 'After you&#8217;ve done that, click &#8220;Run the install.&#8221;' ); ?></p>
    308 <p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the install' ); ?></a></p>
     308<p class="step"><a href="<?php echo $install; ?>" class="button button-primary button-large"><?php _e( 'Run the install' ); ?></a></p>
    309309<script>
    310310(function(){
    311311var el=document.getElementById('wp-config');
     
    334334?>
    335335<p><?php _e( "All right, sparky! You&#8217;ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;" ); ?></p>
    336336
    337 <p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the install' ); ?></a></p>
     337<p class="step"><a href="<?php echo $install; ?>" class="button button-primary button-large"><?php _e( 'Run the install' ); ?></a></p>
    338338<?php
    339339        endif;
    340340        break;
  • wp-includes/general-template.php

     
    28892889                        $gen = '<meta name="generator" content="WordPress ' . get_bloginfo( 'version' ) . '" />';
    28902890                        break;
    28912891                case 'atom':
    2892                         $gen = '<generator uri="http://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>';
     2892                        $gen = '<generator uri="https://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>';
    28932893                        break;
    28942894                case 'rss2':
    2895                         $gen = '<generator>http://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>';
     2895                        $gen = '<generator>https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>';
    28962896                        break;
    28972897                case 'rdf':
    2898                         $gen = '<admin:generatorAgent rdf:resource="http://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />';
     2898                        $gen = '<admin:generatorAgent rdf:resource="https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />';
    28992899                        break;
    29002900                case 'comment':
    29012901                        $gen = '<!-- generator="WordPress/' . get_bloginfo( 'version' ) . '" -->';