Ticket #27115: 27115.all.diff
File 27115.all.diff, 84.2 KB (added by , 7 years ago) |
---|
-
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/custom-background.php
96 96 get_current_screen()->set_help_sidebar( 97 97 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 98 98 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' . 99 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'99 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 100 100 ); 101 101 102 102 wp_enqueue_media(); -
wp-admin/custom-header.php
131 131 get_current_screen()->set_help_sidebar( 132 132 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 133 133 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' . 134 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'134 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 135 135 ); 136 136 } 137 137 -
wp-admin/edit-comments.php
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-form-advanced.php
268 268 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . 269 269 '<p><strong>' . __('For more information:') . '</strong></p>' . 270 270 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' . 271 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'271 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 272 272 ); 273 273 } elseif ( 'page' == $post_type ) { 274 274 $about_pages = '<p>' . __('Pages are similar to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the “Parent” of the other, creating a group of Pages.') . '</p>' . … … 284 284 '<p><strong>' . __('For more information:') . '</strong></p>' . 285 285 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' . 286 286 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' . 287 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'287 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 288 288 ); 289 289 } elseif ( 'attachment' == $post_type ) { 290 290 get_current_screen()->add_help_tab( array( … … 300 300 get_current_screen()->set_help_sidebar( 301 301 '<p><strong>' . __('For more information:') . '</strong></p>' . 302 302 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . 303 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'303 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 304 304 ); 305 305 } 306 306 -
wp-admin/edit-link-form.php
63 63 get_current_screen()->set_help_sidebar( 64 64 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 65 65 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' . 66 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'66 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 67 67 ); 68 68 69 69 require_once( ABSPATH . 'wp-admin/admin-header.php' ); … … 102 102 <h3><label for="link_url"><?php _e('Web Address') ?></label></h3> 103 103 <div class="inside"> 104 104 <input type="text" name="link_url" size="30" maxlength="255" class="code" value="<?php echo esc_attr($link->link_url); ?>" id="link_url" /> 105 <p><?php _e('Example: <code>http ://wordpress.org/</code> — don’t forget the <code>http://</code>'); ?></p>105 <p><?php _e('Example: <code>https://wordpress.org/</code> — don’t forget the <code>http://</code>'); ?></p> 106 106 </div> 107 107 </div> 108 108 -
wp-admin/edit-tags.php
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/edit.php
197 197 get_current_screen()->set_help_sidebar( 198 198 '<p><strong>' . __('For more information:') . '</strong></p>' . 199 199 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' . 200 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'200 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 201 201 ); 202 202 203 203 } elseif ( 'page' == $post_type ) { … … 218 218 get_current_screen()->set_help_sidebar( 219 219 '<p><strong>' . __('For more information:') . '</strong></p>' . 220 220 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' . 221 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'221 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 222 222 ); 223 223 } 224 224 -
wp-admin/export.php
53 53 get_current_screen()->set_help_sidebar( 54 54 '<p><strong>' . __('For more information:') . '</strong></p>' . 55 55 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' . 56 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'56 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 57 57 ); 58 58 59 59 if ( isset( $_GET['download'] ) ) { -
wp-admin/freedoms.php
33 33 </a> 34 34 </h2> 35 35 36 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'http ://wordpress.org/about/license/' ); ?></p>36 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'https://wordpress.org/about/license/' ); ?></p> 37 37 38 38 <ol start="0"> 39 39 <li><p><?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></p></li> … … 46 46 47 47 <p><?php 48 48 49 $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'http ://wordpress.org/plugins/';50 $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'http ://wordpress.org/themes/';49 $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'https://wordpress.org/plugins/'; 50 $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'https://wordpress.org/themes/'; 51 51 52 printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'http ://wordpress.org/about/license/' ); ?></p>52 printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'https://wordpress.org/about/license/' ); ?></p> 53 53 54 54 <p><?php _e( 'Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href="http://www.fsf.org/">Free Software Foundation</a>.' ); ?></p> 55 55 -
wp-admin/import.php
26 26 get_current_screen()->set_help_sidebar( 27 27 '<p><strong>' . __('For more information:') . '</strong></p>' . 28 28 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' . 29 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'29 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 30 30 ); 31 31 32 32 if ( current_user_can( 'install_plugins' ) ) -
wp-admin/includes/class-wp-theme-install-list-table.php
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
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() ) ) { … … 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/dashboard.php
833 833 function wp_dashboard_primary() { 834 834 $feeds = array( 835 835 'news' => array( 836 'link' => apply_filters( 'dashboard_primary_link', __( 'http ://wordpress.org/news/' ) ),837 'url' => apply_filters( 'dashboard_primary_feed', __( 'http ://wordpress.org/news/feed/' ) ),836 'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ), 837 'url' => apply_filters( 'dashboard_primary_feed', __( 'https://wordpress.org/news/feed/' ) ), 838 838 'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ), 839 839 'items' => 1, 840 840 'show_summary' => 1, … … 856 856 $feeds['plugins'] = array( 857 857 'link' => '', 858 858 'url' => array( 859 'popular' => 'http ://wordpress.org/plugins/rss/browse/popular/',859 'popular' => 'https://wordpress.org/plugins/rss/browse/popular/', 860 860 ), 861 861 'title' => '', 862 862 'items' => 1, -
wp-admin/includes/export.php
327 327 328 328 <?php the_generator( 'export' ); ?> 329 329 <rss version="2.0" 330 xmlns:excerpt="http ://wordpress.org/export/<?php echo WXR_VERSION; ?>/excerpt/"330 xmlns:excerpt="https://wordpress.org/export/<?php echo WXR_VERSION; ?>/excerpt/" 331 331 xmlns:content="http://purl.org/rss/1.0/modules/content/" 332 332 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 333 333 xmlns:dc="http://purl.org/dc/elements/1.1/" 334 xmlns:wp="http ://wordpress.org/export/<?php echo WXR_VERSION; ?>/"334 xmlns:wp="https://wordpress.org/export/<?php echo WXR_VERSION; ?>/" 335 335 > 336 336 337 337 <channel> -
wp-admin/includes/media.php
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
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; … … 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 ); ?> … … 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; ?> … … 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
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
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
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() ) { … … 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/index.php
86 86 $screen->set_help_sidebar( 87 87 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 88 88 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' . 89 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'89 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 90 90 ); 91 91 92 92 include( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/install.php
16 16 <title>Error: PHP is not running</title> 17 17 </head> 18 18 <body class="wp-core-ui"> 19 <h1 id="logo"><a href="http ://wordpress.org/">WordPress</a></h1>19 <h1 id="logo"><a href="https://wordpress.org/">WordPress</a></h1> 20 20 <h2>Error: PHP is not running</h2> 21 21 <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p> 22 22 </body> … … 64 64 ?> 65 65 </head> 66 66 <body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>"> 67 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>67 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 68 68 69 69 <?php 70 70 } // end display_header() -
wp-admin/link-manager.php
58 58 get_current_screen()->set_help_sidebar( 59 59 '<p><strong>' . __('For more information:') . '</strong></p>' . 60 60 '<p>' . __('<a href="http://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' . 61 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'61 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 62 62 ); 63 63 64 64 include_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/maint/repair.php
22 22 ?> 23 23 </head> 24 24 <body class="wp-core-ui"> 25 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>25 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 26 26 27 27 <?php 28 28 … … 98 98 } 99 99 100 100 if ( $problems ) { 101 printf( '<p>' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.') . '</p>', __( 'http ://wordpress.org/support/forum/how-to-and-troubleshooting' ) );101 printf( '<p>' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.') . '</p>', __( 'https://wordpress.org/support/forum/how-to-and-troubleshooting' ) ); 102 102 $problem_output = ''; 103 103 foreach ( $problems as $table => $problem ) 104 104 $problem_output .= "$table: $problem\n"; -
wp-admin/media-new.php
54 54 get_current_screen()->set_help_sidebar( 55 55 '<p><strong>' . __('For more information:') . '</strong></p>' . 56 56 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' . 57 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'57 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 58 58 ); 59 59 60 60 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/media.php
81 81 get_current_screen()->set_help_sidebar( 82 82 '<p><strong>' . __('For more information:') . '</strong></p>' . 83 83 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . 84 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'84 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 85 85 ); 86 86 87 87 require( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/my-sites.php
46 46 get_current_screen()->set_help_sidebar( 47 47 '<p><strong>' . __('For more information:') . '</strong></p>' . 48 48 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' . 49 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'49 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 50 50 ); 51 51 52 52 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/nav-menus.php
526 526 get_current_screen()->set_help_sidebar( 527 527 '<p><strong>' . __('For more information:') . '</strong></p>' . 528 528 '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>' . 529 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'529 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 530 530 ); 531 531 532 532 // Get the admin header -
wp-admin/network/index.php
51 51 get_current_screen()->set_help_sidebar( 52 52 '<p><strong>' . __('For more information:') . '</strong></p>' . 53 53 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin" target="_blank">Documentation on the Network Admin</a>') . '</p>' . 54 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'54 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 55 55 ); 56 56 57 57 wp_dashboard_setup(); -
wp-admin/network/settings.php
35 35 get_current_screen()->set_help_sidebar( 36 36 '<p><strong>' . __('For more information:') . '</strong></p>' . 37 37 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' . 38 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'38 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 39 39 ); 40 40 41 41 if ( $_POST ) { -
wp-admin/network/site-info.php
30 30 get_current_screen()->set_help_sidebar( 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 36 36 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; -
wp-admin/network/site-new.php
27 27 get_current_screen()->set_help_sidebar( 28 28 '<p><strong>' . __('For more information:') . '</strong></p>' . 29 29 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 30 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'30 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 31 31 ); 32 32 33 33 if ( isset($_REQUEST['action']) && 'add-site' == $_REQUEST['action'] ) { -
wp-admin/network/site-settings.php
30 30 get_current_screen()->set_help_sidebar( 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 36 36 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; -
wp-admin/network/site-themes.php
30 30 get_current_screen()->set_help_sidebar( 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 36 36 $wp_list_table = _get_list_table('WP_MS_Themes_List_Table'); -
wp-admin/network/site-users.php
33 33 get_current_screen()->set_help_sidebar( 34 34 '<p><strong>' . __('For more information:') . '</strong></p>' . 35 35 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 36 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'36 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 37 37 ); 38 38 39 39 $_SERVER['REQUEST_URI'] = remove_query_arg( 'update', $_SERVER['REQUEST_URI'] ); -
wp-admin/network/sites.php
43 43 get_current_screen()->set_help_sidebar( 44 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 45 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' . 46 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'46 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 49 49 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; … … 75 75 ?> 76 76 </head> 77 77 <body class="wp-core-ui"> 78 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>78 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 79 79 <form action="sites.php?action=<?php echo esc_attr( $_GET['action2'] ) ?>" method="post"> 80 80 <input type="hidden" name="action" value="<?php echo esc_attr( $_GET['action2'] ) ?>" /> 81 81 <input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" /> -
wp-admin/network/themes.php
212 212 get_current_screen()->set_help_sidebar( 213 213 '<p><strong>' . __('For more information:') . '</strong></p>' . 214 214 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Themes_Screen" target="_blank">Documentation on Network Themes</a>') . '</p>' . 215 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'215 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 216 216 ); 217 217 218 218 $title = __('Themes'); -
wp-admin/network/upgrade.php
30 30 get_current_screen()->set_help_sidebar( 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 32 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Updates_Screen" target="_blank">Documentation on Upgrade Network</a>') . '</p>' . 33 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'33 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 36 36 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/network/user-new.php
27 27 get_current_screen()->set_help_sidebar( 28 28 '<p><strong>' . __('For more information:') . '</strong></p>' . 29 29 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' . 30 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'30 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 31 31 ); 32 32 33 33 if ( isset($_REQUEST['action']) && 'add-user' == $_REQUEST['action'] ) { -
wp-admin/network/users.php
241 241 get_current_screen()->set_help_sidebar( 242 242 '<p><strong>' . __('For more information:') . '</strong></p>' . 243 243 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' . 244 '<p>' . __('<a href="http ://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'244 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 245 245 ); 246 246 247 247 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/network.php
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/options-discussion.php
24 24 get_current_screen()->set_help_sidebar( 25 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 26 26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' . 27 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'27 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 28 28 ); 29 29 30 30 include( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/options-general.php
77 77 get_current_screen()->set_help_sidebar( 78 78 '<p><strong>' . __('For more information:') . '</strong></p>' . 79 79 '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' . 80 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'80 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 81 81 ); 82 82 83 83 include( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/options-media.php
32 32 get_current_screen()->set_help_sidebar( 33 33 '<p><strong>' . __('For more information:') . '</strong></p>' . 34 34 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_Screen" target="_blank">Documentation on Media Settings</a>') . '</p>' . 35 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'35 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 36 36 ); 37 37 38 38 include( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/options-permalink.php
43 43 '<p><strong>' . __('For more information:') . '</strong></p>' . 44 44 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' . 45 45 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Documentation on Using Permalinks</a>') . '</p>' . 46 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'46 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 49 49 /** -
wp-admin/options-reading.php
69 69 get_current_screen()->set_help_sidebar( 70 70 '<p><strong>' . __('For more information:') . '</strong></p>' . 71 71 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' . 72 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'72 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 73 73 ); 74 74 75 75 include( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/options-writing.php
55 55 get_current_screen()->set_help_sidebar( 56 56 '<p><strong>' . __('For more information:') . '</strong></p>' . 57 57 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' . 58 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'58 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 59 59 ); 60 60 61 61 include( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/plugin-editor.php
132 132 '<p><strong>' . __('For more information:') . '</strong></p>' . 133 133 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' . 134 134 '<p>' . __('<a href="http://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' . 135 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'135 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 136 136 ); 137 137 138 138 require_once(ABSPATH . 'wp-admin/admin-header.php'); -
wp-admin/plugin-install.php
49 49 'id' => 'overview', 50 50 'title' => __('Overview'), 51 51 'content' => 52 '<p>' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href="%s" target="_blank">WordPress.org Plugin Directory</a> are compatible with the license WordPress uses. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'http ://wordpress.org/plugins/') . '</p>'52 '<p>' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href="%s" target="_blank">WordPress.org Plugin Directory</a> are compatible with the license WordPress uses. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'https://wordpress.org/plugins/') . '</p>' 53 53 ) ); 54 54 get_current_screen()->add_help_tab( array( 55 55 'id' => 'adding-plugins', … … 64 64 get_current_screen()->set_help_sidebar( 65 65 '<p><strong>' . __('For more information:') . '</strong></p>' . 66 66 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' . 67 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'67 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 68 68 ); 69 69 70 70 /** -
wp-admin/plugins.php
340 340 'title' => __('Overview'), 341 341 'content' => 342 342 '<p>' . __('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.') . '</p>' . 343 '<p>' . sprintf(__('You can find additional plugins for your site by using the <a href="%1$s">Plugin Browser/Installer</a> functionality or by browsing the <a href="%2$s" target="_blank">WordPress Plugin Directory</a> directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your <code>/wp-content/plugins</code> directory. Once a plugin has been installed, you can activate it here.'), 'plugin-install.php', 'http ://wordpress.org/plugins/') . '</p>'343 '<p>' . sprintf(__('You can find additional plugins for your site by using the <a href="%1$s">Plugin Browser/Installer</a> functionality or by browsing the <a href="%2$s" target="_blank">WordPress Plugin Directory</a> directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your <code>/wp-content/plugins</code> directory. Once a plugin has been installed, you can activate it here.'), 'plugin-install.php', 'https://wordpress.org/plugins/') . '</p>' 344 344 ) ); 345 345 get_current_screen()->add_help_tab( array( 346 346 'id' => 'compatibility-problems', … … 353 353 get_current_screen()->set_help_sidebar( 354 354 '<p><strong>' . __('For more information:') . '</strong></p>' . 355 355 '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' . 356 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'356 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 357 357 ); 358 358 359 359 $title = __('Plugins'); -
wp-admin/revision.php
115 115 116 116 $revisions_sidebar = '<p><strong>' . __( 'For more information:' ) . '</strong></p>'; 117 117 $revisions_sidebar .= '<p>' . __( '<a href="http://codex.wordpress.org/Revision_Management" target="_blank">Revisions Management</a>' ) . '</p>'; 118 $revisions_sidebar .= '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>';118 $revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'; 119 119 120 120 get_current_screen()->set_help_sidebar( $revisions_sidebar ); 121 121 -
wp-admin/setup-config.php
107 107 108 108 </head> 109 109 <body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>"> 110 <h1 id="logo"><a href="<?php esc_attr_e( 'http ://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1>110 <h1 id="logo"><a href="<?php esc_attr_e( 'https://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 111 111 <?php 112 112 } // end function setup_config_display_header(); 113 113 -
wp-admin/theme-editor.php
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/theme-install.php
46 46 do_action( "install_themes_pre_{$tab}" ); 47 47 48 48 $help_overview = 49 '<p>' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'), 'http ://wordpress.org/themes/') . '</p>' .49 '<p>' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'), 'https://wordpress.org/themes/') . '</p>' . 50 50 '<p>' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '</p>' . 51 51 '<p>' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>'; 52 52 … … 69 69 get_current_screen()->set_help_sidebar( 70 70 '<p><strong>' . __('For more information:') . '</strong></p>' . 71 71 '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' . 72 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'72 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 73 73 ); 74 74 75 75 include(ABSPATH . 'wp-admin/admin-header.php'); -
wp-admin/themes.php
56 56 if ( is_multisite() ) { 57 57 $help_install = '<p>' . __('Installing themes on Multisite can only be done from the Network Admin section.') . '</p>'; 58 58 } else { 59 $help_install = '<p>' . sprintf( __('If you would like to see more themes to choose from, click on the “Add New” button and you will be able to browse or search for additional themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!'), 'http ://wordpress.org/themes/' ) . '</p>';59 $help_install = '<p>' . sprintf( __('If you would like to see more themes to choose from, click on the “Add New” button and you will be able to browse or search for additional themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!'), 'https://wordpress.org/themes/' ) . '</p>'; 60 60 } 61 61 62 62 get_current_screen()->add_help_tab( array( … … 83 83 get_current_screen()->set_help_sidebar( 84 84 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 85 85 '<p>' . __( '<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>' ) . '</p>' . 86 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'86 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 87 87 ); 88 88 89 89 if ( current_user_can( 'switch_themes' ) ) { -
wp-admin/tools.php
26 26 get_current_screen()->set_help_sidebar( 27 27 '<p><strong>' . __('For more information:') . '</strong></p>' . 28 28 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Screen" target="_blank">Documentation on Tools</a>') . '</p>' . 29 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'29 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 30 30 ); 31 31 32 32 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/update-core.php
484 484 get_current_screen()->set_help_sidebar( 485 485 '<p><strong>' . __('For more information:') . '</strong></p>' . 486 486 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>' ) . '</p>' . 487 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'487 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 488 488 ); 489 489 490 490 if ( 'upgrade-core' == $action ) { -
wp-admin/upgrade.php
59 59 ?> 60 60 </head> 61 61 <body class="wp-core-ui"> 62 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>62 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 63 63 64 64 <?php if ( get_option( 'db_version' ) == $wp_db_version || !is_blog_installed() ) : ?> 65 65 -
wp-admin/upload.php
170 170 get_current_screen()->set_help_sidebar( 171 171 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 172 172 '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' . 173 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'173 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 174 174 ); 175 175 176 176 require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
wp-admin/user-edit.php
51 51 get_current_screen()->set_help_sidebar( 52 52 '<p><strong>' . __('For more information:') . '</strong></p>' . 53 53 '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' . 54 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'54 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 55 55 ); 56 56 57 57 $wp_http_referer = remove_query_arg(array('update', 'delete_count'), $wp_http_referer ); -
wp-admin/user-new.php
182 182 get_current_screen()->set_help_sidebar( 183 183 '<p><strong>' . __('For more information:') . '</strong></p>' . 184 184 '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' . 185 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'185 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 186 186 ); 187 187 188 188 wp_enqueue_script('wp-ajax-response'); -
wp-admin/users.php
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-admin/widgets.php
70 70 get_current_screen()->set_help_sidebar( 71 71 '<p><strong>' . __('For more information:') . '</strong></p>' . 72 72 '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' . 73 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'73 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 74 74 ); 75 75 76 76 if ( ! current_theme_supports( 'widgets' ) ) { -
wp-includes/admin-bar.php
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 … … 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 … … 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
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
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
2311 2311 $gen = '<meta name="generator" content="WordPress ' . get_bloginfo( 'version' ) . '" />'; 2312 2312 break; 2313 2313 case 'atom': 2314 $gen = '<generator uri="http ://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>';2314 $gen = '<generator uri="https://wordpress.org/" version="' . get_bloginfo_rss( 'version' ) . '">WordPress</generator>'; 2315 2315 break; 2316 2316 case 'rss2': 2317 $gen = '<generator>http ://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>';2317 $gen = '<generator>https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '</generator>'; 2318 2318 break; 2319 2319 case 'rdf': 2320 $gen = '<admin:generatorAgent rdf:resource="http ://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />';2320 $gen = '<admin:generatorAgent rdf:resource="https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . '" />'; 2321 2321 break; 2322 2322 case 'comment': 2323 2323 $gen = '<!-- generator="WordPress/' . get_bloginfo( 'version' ) . '" -->'; -
wp-includes/images/crystal/license.txt
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
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
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
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
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
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
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 … … 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 … … 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
910 910 <li>Does the user <code>%2$s</code> have permission to use the <code>%1$s</code> database?</li> 911 911 <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> 912 912 </ul> 913 <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' );913 <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' ); 914 914 return; 915 915 } 916 916 } … … 1250 1250 <li>Are you sure that you have typed the correct hostname?</li> 1251 1251 <li>Are you sure that the database server is running?</li> 1252 1252 </ul> 1253 <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>1253 <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> 1254 1254 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1255 1255 1256 1256 return false; … … 1314 1314 <li>Are you sure that the database server is running?</li> 1315 1315 <li>Are you sure that the database server is not under particularly heavy load?</li> 1316 1316 </ul> 1317 <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>1317 <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> 1318 1318 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1319 1319 1320 1320 // 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
98 98 $login_header_url = network_home_url(); 99 99 $login_header_title = get_current_site()->site_name; 100 100 } else { 101 $login_header_url = __( 'http ://wordpress.org/' );101 $login_header_url = __( 'https://wordpress.org/' ); 102 102 $login_header_title = __( 'Powered by WordPress' ); 103 103 } 104 104 -
xmlrpc.php
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') ?>" /> … … 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 }