Ticket #27115: 27115.diff
File 27115.diff, 39.4 KB (added by , 11 years ago) |
---|
-
license.txt
WRITTEN OFFER 382 382 The source code for any program binaries or compressed scripts that are 383 383 included with WordPress can be freely obtained at the following URL: 384 384 385 http ://wordpress.org/download/source/385 https://wordpress.org/download/source/ -
readme.html
8 8 </head> 9 9 <body> 10 10 <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> 12 12 <br /> Version 3.9 13 13 </h1> 14 14 <p style="text-align: center">Semantic Personal Publishing Platform</p> … … 27 27 <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li> 28 28 </ol> 29 29 </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> 31 31 <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> 32 32 <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 “Profile” to change the password.</li> 33 33 </ol> … … 60 60 <h2>System Recommendations</h2> 61 61 <ul> 62 62 <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> 64 64 </ul> 65 65 66 66 <h1>Online Resources</h1> … … 68 68 <dl> 69 69 <dt><a href="http://codex.wordpress.org/">The WordPress Codex</a></dt> 70 70 <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> 72 72 <dd>This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd> 73 73 <dt><a href="http://planet.wordpress.org/">WordPress Planet</a></dt> 74 74 <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> 76 76 <dd>If you’ve looked everywhere and still can’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> 77 77 <dt><a href="http://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt> 78 78 <dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd> … … 80 80 81 81 <h1>Final Notes</h1> 82 82 <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> 84 84 <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’t modify any of the core code.</li> 85 85 </ul> 86 86 87 87 <h1>Share the Love</h1> 88 88 <p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—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> 89 89 90 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/café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é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> 91 91 92 92 <h1>License</h1> 93 93 <p>WordPress is free software, and is released under the terms of the <abbr title="GNU General Public License">GPL</abbr> version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p> -
wp-admin/edit-comments.php
get_current_screen()->set_help_sidebar( 133 133 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' . 134 134 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' . 135 135 '<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>' 137 137 ); 138 138 139 139 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/edit-tags.php
if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $t 240 240 else 241 241 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>'; 242 242 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>'; 244 244 245 245 get_current_screen()->set_help_sidebar( $help ); 246 246 -
wp-admin/includes/class-wp-theme-install-list-table.php
class WP_Theme_Install_List_Table extends WP_Themes_List_Table { 175 175 * public 'screenshot_url' => string 'http://wp-themes.com/wp-content/themes/magazine-basic/screenshot.png' 176 176 * public 'rating' => float 80 177 177 * public 'num_ratings' => int 1 178 * public 'homepage' => string 'http ://wordpress.org/themes/magazine-basic'178 * public 'homepage' => string 'https://wordpress.org/themes/magazine-basic' 179 179 * 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>.' 180 * public 'download_link' => string 'http ://wordpress.org/themes/download/magazine-basic.1.1.zip'180 * public 'download_link' => string 'https://wordpress.org/themes/download/magazine-basic.1.1.zip' 181 181 */ 182 182 function single_row( $theme ) { 183 183 global $themes_allowedtags; -
wp-admin/includes/class-wp-upgrader.php
class WP_Automatic_Updater { 2250 2250 2251 2251 // Add a note about the support forums to all emails. 2252 2252 $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/' ); 2254 2254 2255 2255 // If things are successful and we're now on the latest, mention plugins and themes if any are out of date. 2256 2256 if ( $type == 'success' && ! $newer_version_available && ( get_plugin_updates() || get_theme_updates() ) ) { … … BETA TESTING? 2387 2387 This debugging email is sent when you are using a development version of WordPress. 2388 2388 2389 2389 If 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/alphabeta2390 * Open a thread in the support forums: https://wordpress.org/support/forum/alphabeta 2391 2391 * Or, if you're comfortable writing a bug report: http://core.trac.wordpress.org/ 2392 2392 2393 2393 Thanks! -- The WordPress Team" ); -
wp-admin/includes/media.php
function media_upload_form( $errors = null ) { 1687 1687 global $type, $tab, $is_IE, $is_opera; 1688 1688 1689 1689 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>'; 1691 1691 return; 1692 1692 } 1693 1693 -
wp-admin/includes/plugin-install.php
function plugins_api($action, $args = null) { 74 74 $request = wp_remote_post( $url, $args ); 75 75 76 76 if ( $ssl && is_wp_error( $request ) ) { 77 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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’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 ); 78 78 $request = wp_remote_post( $http_url, $args ); 79 79 } 80 80 81 81 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’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’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() ); 83 83 } else { 84 84 $res = maybe_unserialize( wp_remote_retrieve_body( $request ) ); 85 85 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’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’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 ) ); 87 87 } 88 88 } elseif ( !is_wp_error($res) ) { 89 89 $res->external = true; … … function install_popular_tags( $args = array() ) { 126 126 127 127 function install_dashboard() { 128 128 ?> 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> 130 130 131 131 <h4><?php _e('Search') ?></h4> 132 132 <?php install_search_form( false ); ?> … … function install_plugin_information() { 406 406 <?php endif; if ( ! empty($api->downloaded) ) : ?> 407 407 <li><strong><?php _e('Downloaded:') ?></strong> <?php printf(_n('%s time', '%s times', $api->downloaded), number_format_i18n($api->downloaded)) ?></li> 408 408 <?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 »') ?></a></li>409 <li><a target="_blank" href="https://wordpress.org/plugins/<?php echo $api->slug ?>/"><?php _e('WordPress.org Plugin Page »') ?></a></li> 410 410 <?php endif; if ( ! empty($api->homepage) ) : ?> 411 411 <li><a target="_blank" href="<?php echo $api->homepage ?>"><?php _e('Plugin Homepage »') ?></a></li> 412 412 <?php endif; ?> … … function install_plugin_information() { 432 432 else 433 433 $title = ucwords( str_replace( '_', ' ', $section_name ) ); 434 434 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 . '/'); 436 436 $content = links_add_target($content, '_blank'); 437 437 438 438 $san_section = esc_attr( $section_name ); -
wp-admin/includes/theme.php
function themes_api( $action, $args = null ) { 346 346 $request = wp_remote_post( $url, $args ); 347 347 348 348 if ( $ssl && is_wp_error( $request ) ) { 349 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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’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 ); 350 350 $request = wp_remote_post( $http_url, $args ); 351 351 } 352 352 353 353 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’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’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), $request->get_error_message() ); 355 355 } else { 356 356 $res = maybe_unserialize( wp_remote_retrieve_body( $request ) ); 357 357 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’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’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 ) ); 359 359 } 360 360 } 361 361 -
wp-admin/includes/update.php
function get_core_checksums( $version, $locale ) { 114 114 115 115 $response = wp_remote_get( $url, $options ); 116 116 if ( $ssl && is_wp_error( $response ) ) { 117 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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’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 ); 118 118 $response = wp_remote_get( $http_url, $options ); 119 119 } 120 120 -
wp-admin/includes/upgrade.php
function wp_install_defaults( $user_id ) { 170 170 171 171 // Default comment 172 172 $first_comment_author = __('Mr WordPress'); 173 $first_comment_url = 'http ://wordpress.org/';173 $first_comment_url = 'https://wordpress.org/'; 174 174 $first_comment = __('Hi, this is a comment. 175 175 To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.'); 176 176 if ( is_multisite() ) { … … Password: %3\$s 282 282 We hope you enjoy your new site. Thanks! 283 283 284 284 --The WordPress Team 285 http ://wordpress.org/285 https://wordpress.org/ 286 286 "), $blog_url, $name, $password); 287 287 288 288 @wp_mail($email, __('New WordPress Site'), $message); -
wp-admin/network.php
get_current_screen()->set_help_sidebar( 130 130 '<p><strong>' . __('For more information:') . '</strong></p>' . 131 131 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' . 132 132 '<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>' 134 134 ); 135 135 136 136 include( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/theme-editor.php
get_current_screen()->set_help_sidebar( 40 40 '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>' . 41 41 '<p>' . __('<a href="http://codex.wordpress.org/Editing_Files" target="_blank">Documentation on Editing Files</a>') . '</p>' . 42 42 '<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>' 44 44 ); 45 45 46 46 wp_reset_vars( array( 'action', 'error', 'file', 'theme' ) ); -
wp-admin/users.php
get_current_screen()->set_help_sidebar( 60 60 '<p><strong>' . __('For more information:') . '</strong></p>' . 61 61 '<p>' . __('<a href="http://codex.wordpress.org/Users_Screen" target="_blank">Documentation on Managing Users</a>') . '</p>' . 62 62 '<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>' 64 64 ); 65 65 66 66 if ( empty($_REQUEST) ) { -
wp-includes/admin-bar.php
function wp_admin_bar_wp_menu( $wp_admin_bar ) { 127 127 'parent' => 'wp-logo-external', 128 128 'id' => 'wporg', 129 129 'title' => __('WordPress.org'), 130 'href' => __('http ://wordpress.org/'),130 'href' => __('https://wordpress.org/'), 131 131 ) ); 132 132 133 133 // Add codex link … … function wp_admin_bar_wp_menu( $wp_admin_bar ) { 143 143 'parent' => 'wp-logo-external', 144 144 'id' => 'support-forums', 145 145 'title' => __('Support Forums'), 146 'href' => __('http ://wordpress.org/support/'),146 'href' => __('https://wordpress.org/support/'), 147 147 ) ); 148 148 149 149 // Add feedback link … … function wp_admin_bar_wp_menu( $wp_admin_bar ) { 151 151 'parent' => 'wp-logo-external', 152 152 'id' => 'feedback', 153 153 'title' => __('Feedback'), 154 'href' => __('http ://wordpress.org/support/forum/requests-and-feedback'),154 'href' => __('https://wordpress.org/support/forum/requests-and-feedback'), 155 155 ) ); 156 156 } 157 157 -
wp-includes/class-wp-customize-control.php
class WP_Customize_Image_Control extends WP_Customize_Upload_Control { 593 593 */ 594 594 public function tab_upload_new() { 595 595 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>'; 597 597 } else { 598 598 ?> 599 599 <div class="upload-dropzone"> -
wp-includes/default-widgets.php
class WP_Widget_Meta extends WP_Widget { 316 316 <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo esc_attr(__('Syndicate this site using RSS 2.0')); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 317 317 <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> 318 318 <?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/' ) ), 320 320 esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.' ), 321 321 _x( 'WordPress.org', 'meta widget link text' ) 322 322 ) ); ?> -
wp-includes/general-template.php
function get_the_generator( $type = '' ) { 2308 2308 $gen = '<meta name="generator" content="WordPress ' . get_bloginfo( 'version' ) . '" />'; 2309 2309 break; 2310 2310 case 'atom': 2311 $gen = '<generator uri="http ://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>';2311 $gen = '<generator uri="https://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>'; 2312 2312 break; 2313 2313 case 'rss2': 2314 $gen = '<generator>http ://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>';2314 $gen = '<generator>https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>'; 2315 2315 break; 2316 2316 case 'rdf': 2317 $gen = '<admin:generatorAgent rdf:resource="http ://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />';2317 $gen = '<admin:generatorAgent rdf:resource="https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />'; 2318 2318 break; 2319 2319 case 'comment': 2320 2320 $gen = '<!-- generator="WordPress/' . get_bloginfo( 'version' ) . '" -->'; -
wp-includes/images/crystal/license.txt
Released under LGPL 6 6 7 7 Modified February 2008 8 8 for WordPress 9 http ://wordpress.org10 No newline at end of file 9 https://wordpress.org 10 No newline at end of file -
wp-includes/media-template.php
function wp_print_media_templates() { 48 48 <h3 class="upload-message">{{ data.message }}</h3> 49 49 <# } #> 50 50 <?php if ( ! _device_can_upload() ) : ?> 51 <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>51 <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> 52 52 <?php elseif ( is_multisite() && ! is_upload_space_available() ) : ?> 53 53 <h3 class="upload-instructions"><?php _e( 'Upload Limit Exceeded' ); ?></h3> 54 54 <?php -
wp-includes/pluggable-deprecated.php
endif; 177 177 * 178 178 * @since 2.2.0 179 179 * @deprecated 3.5.0 180 * @link http ://wordpress.org/plugins/atom-publishing-protocol/180 * @link https://wordpress.org/plugins/atom-publishing-protocol/ 181 181 */ 182 182 if ( ! class_exists( 'wp_atom_server' ) ) { 183 183 class wp_atom_server { -
wp-includes/theme-compat/comments-popup.php
else: // have_posts() 115 115 <?php endif; ?> 116 116 <!-- // this is just the end of the motor - don't touch that line either :) --> 117 117 <?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> 119 119 <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?> 120 120 <script type="text/javascript"> 121 121 <!-- -
wp-includes/theme-compat/footer.php
_deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3. 15 15 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. --> 16 16 <p> 17 17 <?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>'); ?> 19 19 <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>'); ?> 20 20 <!-- <?php printf(__('%d queries. %s seconds.'), get_num_queries(), timer_stop(0, 3)); ?> --> 21 21 </p> -
wp-includes/theme-compat/sidebar.php
_deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3. 72 72 <li><?php wp_loginout(); ?></li> 73 73 <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> 74 74 <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> 76 76 <?php wp_meta(); ?> 77 77 </ul> 78 78 </li> -
wp-includes/update.php
function wp_version_check( $extra_stats = array(), $force_check = false ) { 117 117 118 118 $response = wp_remote_post( $url, $options ); 119 119 if ( $ssl && is_wp_error( $response ) ) { 120 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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 );120 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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 ); 121 121 $response = wp_remote_post( $http_url, $options ); 122 122 } 123 123 … … function wp_update_plugins() { 264 264 265 265 $raw_response = wp_remote_post( $url, $options ); 266 266 if ( $ssl && is_wp_error( $raw_response ) ) { 267 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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 );267 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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 ); 268 268 $raw_response = wp_remote_post( $http_url, $options ); 269 269 } 270 270 … … function wp_update_themes() { 404 404 405 405 $raw_response = wp_remote_post( $url, $options ); 406 406 if ( $ssl && is_wp_error( $raw_response ) ) { 407 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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 );407 trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’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 ); 408 408 $raw_response = wp_remote_post( $http_url, $options ); 409 409 } 410 410 -
wp-includes/wp-db.php
class wpdb { 974 974 <li>Does the user <code>%2$s</code> have permission to use the <code>%1$s</code> database?</li> 975 975 <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> 976 976 </ul> 977 <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' );977 <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' ); 978 978 return; 979 979 } 980 980 } … … class wpdb { 1352 1352 <li>Are you sure that you have typed the correct hostname?</li> 1353 1353 <li>Are you sure that the database server is running?</li> 1354 1354 </ul> 1355 <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>1355 <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> 1356 1356 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1357 1357 1358 1358 return false; … … class wpdb { 1422 1422 <li>Are you sure that the database server is running?</li> 1423 1423 <li>Are you sure that the database server is not under particularly heavy load?</li> 1424 1424 </ul> 1425 <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>1425 <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> 1426 1426 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1427 1427 1428 1428 // Call dead_db() if bail didn't die, because this database is no more. It has ceased to be (at least temporarily). -
wp-login.php
function login_header( $title = 'Log In', $message = '', $wp_error = '' ) { 96 96 $login_header_url = network_home_url(); 97 97 $login_header_title = get_current_site()->site_name; 98 98 } else { 99 $login_header_url = __( 'http ://wordpress.org/' );99 $login_header_url = __( 'https://wordpress.org/' ); 100 100 $login_header_title = __( 'Powered by WordPress' ); 101 101 } 102 102 -
xmlrpc.php
header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 35 35 <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd"> 36 36 <service> 37 37 <engineName>WordPress</engineName> 38 <engineLink>http ://wordpress.org/</engineLink>38 <engineLink>https://wordpress.org/</engineLink> 39 39 <homePageLink><?php bloginfo_rss('url') ?></homePageLink> 40 40 <apis> 41 41 <api name="WordPress" blogID="1" preferred="true" apiLink="<?php echo site_url('xmlrpc.php', 'rpc') ?>" />