Ticket #27115: 27115.3.patch
File 27115.3.patch, 13.7 KB (added by , 9 years ago) |
---|
-
src/wp-admin/includes/class-wp-theme-install-list-table.php
203 203 * public 'screenshot_url' => string 'http://wp-themes.com/wp-content/themes/magazine-basic/screenshot.png' 204 204 * public 'rating' => float 80 205 205 * 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' 207 207 * 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' 209 209 */ 210 210 public function single_row( $theme ) { 211 211 global $themes_allowedtags; -
src/wp-admin/includes/dashboard.php
942 942 * 943 943 * @param string $link The widget's primary link URL. 944 944 */ 945 'link' => apply_filters( 'dashboard_primary_link', __( 'http ://wordpress.org/news/' ) ),945 'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ), 946 946 947 947 /** 948 948 * Filter the primary feed URL for the 'WordPress News' dashboard widget. … … 951 951 * 952 952 * @param string $url The widget's primary feed URL. 953 953 */ 954 'url' => apply_filters( 'dashboard_primary_feed', __( 'http ://wordpress.org/news/feed/' ) ),954 'url' => apply_filters( 'dashboard_primary_feed', __( 'https://wordpress.org/news/feed/' ) ), 955 955 956 956 /** 957 957 * Filter the primary link title for the 'WordPress News' dashboard widget. … … 1005 1005 $feeds['plugins'] = array( 1006 1006 'link' => '', 1007 1007 'url' => array( 1008 'popular' => 'http ://wordpress.org/plugins/rss/browse/popular/',1008 'popular' => 'https://wordpress.org/plugins/rss/browse/popular/', 1009 1009 ), 1010 1010 'title' => '', 1011 1011 'items' => 1, -
src/wp-admin/includes/export.php
339 339 340 340 <?php the_generator( 'export' ); ?> 341 341 <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/" 343 343 xmlns:content="http://purl.org/rss/1.0/modules/content/" 344 344 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 345 345 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; ?>/" 347 347 > 348 348 349 349 <channel> -
src/wp-content/plugins/hello.php
5 5 */ 6 6 /* 7 7 Plugin Name: Hello Dolly 8 Plugin URI: http ://wordpress.org/plugins/hello-dolly/8 Plugin URI: https://wordpress.org/plugins/hello-dolly/ 9 9 Description: 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. 10 10 Author: Matt Mullenweg 11 11 Version: 1.6 … … 69 69 #dolly { 70 70 float: $x; 71 71 padding-$x: 15px; 72 padding-top: 5px; 72 padding-top: 5px; 73 73 margin: 0; 74 74 font-size: 11px; 75 75 } -
src/wp-content/themes/twentyeleven/footer.php
25 25 26 26 <div id="site-generator"> 27 27 <?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> 29 29 </div> 30 30 </footer><!-- #colophon --> 31 31 </div><!-- #page --> … … 33 33 <?php wp_footer(); ?> 34 34 35 35 </body> 36 </html> 37 No newline at end of file 36 </html> -
src/wp-content/themes/twentyeleven/inc/theme-options.php
118 118 119 119 $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' . 120 120 '<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>'; 122 122 123 123 $screen = get_current_screen(); 124 124 -
src/wp-content/themes/twentyeleven/readme.txt
1 1 = TWENTY ELEVEN = 2 2 3 * by the WordPress team, http ://wordpress.org/3 * by the WordPress team, https://wordpress.org/ 4 4 5 == ABOUT TWENTY ELEVEN == 6 No newline at end of file 5 == ABOUT TWENTY ELEVEN == -
src/wp-content/themes/twentyfourteen/footer.php
18 18 19 19 <div class="site-info"> 20 20 <?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> 22 22 </div><!-- .site-info --> 23 23 </footer><!-- #colophon --> 24 24 </div><!-- #page --> 25 25 26 26 <?php wp_footer(); ?> 27 27 </body> 28 </html> 29 No newline at end of file 28 </html> -
src/wp-content/themes/twentyten/footer.php
37 37 * @since Twenty Ten 1.0 38 38 */ 39 39 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> 41 41 </div><!-- #site-generator --> 42 42 43 43 </div><!-- #colophon --> -
src/wp-content/themes/twentythirteen/footer.php
16 16 17 17 <div class="site-info"> 18 18 <?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> 20 20 </div><!-- .site-info --> 21 21 </footer><!-- #colophon --> 22 22 </div><!-- #page --> 23 23 24 24 <?php wp_footer(); ?> 25 25 </body> 26 </html> 27 No newline at end of file 26 </html> -
src/wp-content/themes/twentytwelve/footer.php
13 13 <footer id="colophon" role="contentinfo"> 14 14 <div class="site-info"> 15 15 <?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> 17 17 </div><!-- .site-info --> 18 18 </footer><!-- #colophon --> 19 19 </div><!-- #page --> 20 20 21 21 <?php wp_footer(); ?> 22 22 </body> 23 </html> 24 No newline at end of file 23 </html> -
src/wp-includes/general-template.php
3034 3034 $gen = '<meta name="generator" content="WordPress ' . get_bloginfo( 'version' ) . '" />'; 3035 3035 break; 3036 3036 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>'; 3038 3038 break; 3039 3039 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>'; 3041 3041 break; 3042 3042 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' ) . '" />'; 3044 3044 break; 3045 3045 case 'comment': 3046 3046 $gen = '<!-- generator="WordPress/' . get_bloginfo( 'version' ) . '" -->'; -
src/xmlrpc.php
33 33 ?> 34 34 <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 35 35 <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd"> 36 37 38 <engineLink>http://wordpress.org/</engineLink>39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 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> 57 57 </rsd> 58 58 <?php 59 59 exit; … … 98 98 _deprecated_function( __FUNCTION__, '3.4', 'error_log()' ); 99 99 if ( ! empty( $GLOBALS['xmlrpc_logging'] ) ) 100 100 error_log( $io . ' - ' . $msg ); 101 } 102 No newline at end of file 101 }