Make WordPress Core

Ticket #27115: 27115.3.patch

File 27115.3.patch, 13.7 KB (added by ocean90, 9 years ago)

Remaining http://wordpress.org links.

  • src/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;
  • src/wp-admin/includes/dashboard.php

     
    942942                         *
    943943                         * @param string $link The widget's primary link URL.
    944944                         */
    945                         'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ),
     945                        'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ),
    946946
    947947                        /**
    948948                         * Filter the primary feed URL for the 'WordPress News' dashboard widget.
     
    951951                         *
    952952                         * @param string $url The widget's primary feed URL.
    953953                         */
    954                         'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ),
     954                        'url' => apply_filters( 'dashboard_primary_feed', __( 'https://wordpress.org/news/feed/' ) ),
    955955
    956956                        /**
    957957                         * Filter the primary link title for the 'WordPress News' dashboard widget.
     
    10051005                $feeds['plugins'] = array(
    10061006                        'link'         => '',
    10071007                        'url'          => array(
    1008                                 'popular' => 'http://wordpress.org/plugins/rss/browse/popular/',
     1008                                'popular' => 'https://wordpress.org/plugins/rss/browse/popular/',
    10091009                        ),
    10101010                        'title'        => '',
    10111011                        'items'        => 1,
  • src/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>
  • src/wp-content/plugins/hello.php

     
    55 */
    66/*
    77Plugin Name: Hello Dolly
    8 Plugin URI: http://wordpress.org/plugins/hello-dolly/
     8Plugin URI: https://wordpress.org/plugins/hello-dolly/
    99Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
    1010Author: Matt Mullenweg
    1111Version: 1.6
     
    6969        #dolly {
    7070                float: $x;
    7171                padding-$x: 15px;
    72                 padding-top: 5px;               
     72                padding-top: 5px;
    7373                margin: 0;
    7474                font-size: 11px;
    7575        }
  • src/wp-content/themes/twentyeleven/footer.php

     
    2525
    2626                        <div id="site-generator">
    2727                                <?php do_action( 'twentyeleven_credits' ); ?>
    28                                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
     28                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
    2929                        </div>
    3030        </footer><!-- #colophon -->
    3131</div><!-- #page -->
     
    3333<?php wp_footer(); ?>
    3434
    3535</body>
    36 </html>
    37  No newline at end of file
     36</html>
  • src/wp-content/themes/twentyeleven/inc/theme-options.php

     
    118118
    119119        $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' .
    120120                '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
    121                 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>';
     121                '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>';
    122122
    123123        $screen = get_current_screen();
    124124
  • src/wp-content/themes/twentyeleven/readme.txt

     
    11= TWENTY ELEVEN =
    22
    3 * by the WordPress team, http://wordpress.org/
     3* by the WordPress team, https://wordpress.org/
    44
    5 == ABOUT TWENTY ELEVEN ==
    6  No newline at end of file
     5== ABOUT TWENTY ELEVEN ==
  • src/wp-content/themes/twentyfourteen/footer.php

     
    1818
    1919                        <div class="site-info">
    2020                                <?php do_action( 'twentyfourteen_credits' ); ?>
    21                                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
     21                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
    2222                        </div><!-- .site-info -->
    2323                </footer><!-- #colophon -->
    2424        </div><!-- #page -->
    2525
    2626        <?php wp_footer(); ?>
    2727</body>
    28 </html>
    29  No newline at end of file
     28</html>
  • src/wp-content/themes/twentyten/footer.php

     
    3737                                 * @since Twenty Ten 1.0
    3838                                 */
    3939                                do_action( 'twentyten_credits' ); ?>
    40                                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
     40                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
    4141                        </div><!-- #site-generator -->
    4242
    4343                </div><!-- #colophon -->
  • src/wp-content/themes/twentythirteen/footer.php

     
    1616
    1717                        <div class="site-info">
    1818                                <?php do_action( 'twentythirteen_credits' ); ?>
    19                                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
     19                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
    2020                        </div><!-- .site-info -->
    2121                </footer><!-- #colophon -->
    2222        </div><!-- #page -->
    2323
    2424        <?php wp_footer(); ?>
    2525</body>
    26 </html>
    27  No newline at end of file
     26</html>
  • src/wp-content/themes/twentytwelve/footer.php

     
    1313        <footer id="colophon" role="contentinfo">
    1414                <div class="site-info">
    1515                        <?php do_action( 'twentytwelve_credits' ); ?>
    16                         <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
     16                        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
    1717                </div><!-- .site-info -->
    1818        </footer><!-- #colophon -->
    1919</div><!-- #page -->
    2020
    2121<?php wp_footer(); ?>
    2222</body>
    23 </html>
    24  No newline at end of file
     23</html>
  • src/wp-includes/general-template.php

     
    30343034                        $gen = '<meta name="generator" content="WordPress ' . get_bloginfo( 'version' ) . '" />';
    30353035                        break;
    30363036                case 'atom':
    3037                         $gen = '<generator uri="http://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>';
     3037                        $gen = '<generator uri="https://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>';
    30383038                        break;
    30393039                case 'rss2':
    3040                         $gen = '<generator>http://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>';
     3040                        $gen = '<generator>https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>';
    30413041                        break;
    30423042                case 'rdf':
    3043                         $gen = '<admin:generatorAgent rdf:resource="http://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />';
     3043                        $gen = '<admin:generatorAgent rdf:resource="https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />';
    30443044                        break;
    30453045                case 'comment':
    30463046                        $gen = '<!-- generator="WordPress/' . get_bloginfo( 'version' ) . '" -->';
  • src/xmlrpc.php

     
    3333?>
    3434<?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>
    3535<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
    36   <service>
    37     <engineName>WordPress</engineName>
    38     <engineLink>http://wordpress.org/</engineLink>
    39     <homePageLink><?php bloginfo_rss('url') ?></homePageLink>
    40     <apis>
    41       <api name="WordPress" blogID="1" preferred="true" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
    42       <api name="Movable Type" blogID="1" preferred="false" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
    43       <api name="MetaWeblog" blogID="1" preferred="false" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
    44       <api name="Blogger" blogID="1" preferred="false" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
    45       <?php
    46       /**
    47       * Add additional APIs to the Really Simple Discovery (RSD) endpoint.
    48       *
    49       * @link http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html
    50           *
    51       * @since 3.5.0
    52       */
    53       do_action( 'xmlrpc_rsd_apis' );
    54       ?>
    55     </apis>
    56   </service>
     36        <service>
     37                <engineName>WordPress</engineName>
     38                <engineLink>https://wordpress.org/</engineLink>
     39                <homePageLink><?php bloginfo_rss('url') ?></homePageLink>
     40                <apis>
     41                        <api name="WordPress" blogID="1" preferred="true" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
     42                        <api name="Movable Type" blogID="1" preferred="false" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
     43                        <api name="MetaWeblog" blogID="1" preferred="false" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
     44                        <api name="Blogger" blogID="1" preferred="false" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />
     45                        <?php
     46                        /**
     47                        * Add additional APIs to the Really Simple Discovery (RSD) endpoint.
     48                        *
     49                        * @link http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html
     50                *
     51                        * @since 3.5.0
     52                        */
     53                        do_action( 'xmlrpc_rsd_apis' );
     54                        ?>
     55                </apis>
     56        </service>
    5757</rsd>
    5858<?php
    5959exit;
     
    9898        _deprecated_function( __FUNCTION__, '3.4', 'error_log()' );
    9999        if ( ! empty( $GLOBALS['xmlrpc_logging'] ) )
    100100                error_log( $io . ' - ' . $msg );
    101 }
    102  No newline at end of file
     101}