Make WordPress Core


Ignore:
Timestamp:
06/10/2016 04:49:09 AM (9 years ago)
Author:
peterwilsoncc
Message:

DOCS: Replace HTTP links with HTTPS.

Replaces unsecure links in documentation and translator comments with their secure versions.

Props johnpgreen, netweb

Fixes #36993

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/Requests/Exception/HTTP/429.php

    r37428 r37674  
    33 * Exception for 429 Too Many Requests responses
    44 *
    5  * @see http://tools.ietf.org/html/draft-nottingham-http-new-status-04
     5 * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04
    66 * @package Requests
    77 */
     
    1010 * Exception for 429 Too Many Requests responses
    1111 *
    12  * @see http://tools.ietf.org/html/draft-nottingham-http-new-status-04
     12 * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04
    1313 * @package Requests
    1414 */
Note: See TracChangeset for help on using the changeset viewer.