Ticket #27115: 27115.wporg.diff
File 27115.wporg.diff, 7.9 KB (added by , 10 years ago) |
---|
-
wp-admin/edit-link-form.php
62 62 63 63 get_current_screen()->set_help_sidebar( 64 64 '<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>' . 66 66 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 67 67 ); 68 68 -
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; -
wp-admin/includes/dashboard.php
934 934 * 935 935 * @param string $link The widget's primary link URL. 936 936 */ 937 'link' => apply_filters( 'dashboard_primary_link', __( 'http ://wordpress.org/news/' ) ),937 'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ), 938 938 939 939 /** 940 940 * Filter the primary feed URL for the 'WordPress News' dashboard widget. … … 943 943 * 944 944 * @param string $url The widget's primary feed URL. 945 945 */ 946 'url' => apply_filters( 'dashboard_primary_feed', __( 'http ://wordpress.org/news/feed/' ) ),946 'url' => apply_filters( 'dashboard_primary_feed', __( 'https://wordpress.org/news/feed/' ) ), 947 947 948 948 /** 949 949 * Filter the primary link title for the 'WordPress News' dashboard widget. … … 997 997 $feeds['plugins'] = array( 998 998 'link' => '', 999 999 'url' => array( 1000 'popular' => 'http ://wordpress.org/plugins/rss/browse/popular/',1000 'popular' => 'https://wordpress.org/plugins/rss/browse/popular/', 1001 1001 ), 1002 1002 'title' => '', 1003 1003 'items' => 1, … … 1324 1324 <?php if ( current_user_can( 'manage_options' ) ) : ?> 1325 1325 <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li> 1326 1326 <?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> 1328 1328 </ul> 1329 1329 </div> 1330 1330 </div> -
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> -
wp-admin/setup-config.php
140 140 </p> 141 141 <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’re all ready…" ); ?></p> 142 142 143 <p class="step"><a href="<?php echo $step_1; ?>" class="button button- large"><?php _e( 'Let’s go!' ); ?></a></p>143 <p class="step"><a href="<?php echo $step_1; ?>" class="button button-primary button-large"><?php _e( 'Let’s go!' ); ?></a></p> 144 144 <?php 145 145 break; 146 146 … … 181 181 </table> 182 182 <?php if ( isset( $_GET['noapi'] ) ) { ?><input name="noapi" type="hidden" value="1" /><?php } ?> 183 183 <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> 185 185 </form> 186 186 <?php 187 187 break; … … 305 305 } 306 306 ?></textarea> 307 307 <p><?php _e( 'After you’ve done that, click “Run the install.”' ); ?></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> 309 309 <script> 310 310 (function(){ 311 311 var el=document.getElementById('wp-config'); … … 334 334 ?> 335 335 <p><?php _e( "All right, sparky! You’ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…" ); ?></p> 336 336 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> 338 338 <?php 339 339 endif; 340 340 break; -
wp-includes/general-template.php
2889 2889 $gen = '<meta name="generator" content="WordPress ' . get_bloginfo( 'version' ) . '" />'; 2890 2890 break; 2891 2891 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>'; 2893 2893 break; 2894 2894 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>'; 2896 2896 break; 2897 2897 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' ) . '" />'; 2899 2899 break; 2900 2900 case 'comment': 2901 2901 $gen = '<!-- generator="WordPress/' . get_bloginfo( 'version' ) . '" -->';