Making WordPress.org

Changeset 8440


Ignore:
Timestamp:
03/11/2019 06:31:38 PM (6 years ago)
Author:
coffee2code
Message:

Plugin Directory: Update URLs to HTTPS where possible.

Props umangvaghela123, coffee2code.
See #3120.

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/plugin-directory.php

    r6287 r8440  
    99 * Text Domain: wporg-plugins
    1010 * License: GPLv2
    11  * License URI: http://opensource.org/licenses/gpl-2.0.php
     11 * License URI: https://opensource.org/licenses/gpl-2.0.php
    1212 *
    1313 * @package WordPressdotorg_Plugin_Directory
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/readme.txt

    r6411 r8440  
    11=== Plugin Name ===
    22Contributors: (this should be a list of wordpress.org userid's)
    3 Donate link: http://example.com/
     3Donate link: https://example.com/
    44Tags: comments, spam
    55Requires at least: 4.6
     
    106106* third thing
    107107
    108 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
     108Here's a link to [WordPress](https://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
    109109Titles are optional, naturally.
    110110
    111 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax
     111[markdown syntax]: https://daringfireball.net/projects/markdown/syntax
    112112            "Markdown is what the parser uses to process much of the readme file"
    113113
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api.php

    r6496 r8440  
    5151            default:
    5252                if ( 'POST' != strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
    53                     die( '<p>Action not implemented. <a href="http://codex.wordpress.org/WordPress.org_API">API Docs</a>.</p>' );
     53                    die( '<p>Action not implemented. <a href="https://codex.wordpress.org/WordPress.org_API">API Docs</a>.</p>' );
    5454                } else {
    5555                    $this->output( (object) array(
Note: See TracChangeset for help on using the changeset viewer.