Making WordPress.org


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.