Make WordPress Core


Ignore:
Timestamp:
06/25/2017 10:05:54 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Replace a variety of http links referenced in inline docs with their https counterparts (where possible).

Props johnpgreen.
Fixes #40732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-hook.php

    r39430 r40948  
    408408     * @access public
    409409     *
    410      * @link http://php.net/manual/en/arrayaccess.offsetexists.php
     410     * @link https://secure.php.net/manual/en/arrayaccess.offsetexists.php
    411411     *
    412412     * @param mixed $offset An offset to check for.
     
    423423     * @access public
    424424     *
    425      * @link http://php.net/manual/en/arrayaccess.offsetget.php
     425     * @link https://secure.php.net/manual/en/arrayaccess.offsetget.php
    426426     *
    427427     * @param mixed $offset The offset to retrieve.
     
    438438     * @access public
    439439     *
    440      * @link http://php.net/manual/en/arrayaccess.offsetset.php
     440     * @link https://secure.php.net/manual/en/arrayaccess.offsetset.php
    441441     *
    442442     * @param mixed $offset The offset to assign the value to.
     
    457457     * @access public
    458458     *
    459      * @link http://php.net/manual/en/arrayaccess.offsetunset.php
     459     * @link https://secure.php.net/manual/en/arrayaccess.offsetunset.php
    460460     *
    461461     * @param mixed $offset The offset to unset.
     
    471471     * @access public
    472472     *
    473      * @link http://php.net/manual/en/iterator.current.php
     473     * @link https://secure.php.net/manual/en/iterator.current.php
    474474     *
    475475     * @return array Of callbacks at current priority.
     
    485485     * @access public
    486486     *
    487      * @link http://php.net/manual/en/iterator.next.php
     487     * @link https://secure.php.net/manual/en/iterator.next.php
    488488     *
    489489     * @return array Of callbacks at next priority.
     
    499499     * @access public
    500500     *
    501      * @link http://php.net/manual/en/iterator.key.php
     501     * @link https://secure.php.net/manual/en/iterator.key.php
    502502     *
    503503     * @return mixed Returns current priority on success, or NULL on failure
     
    513513     * @access public
    514514     *
    515      * @link http://php.net/manual/en/iterator.valid.php
     515     * @link https://secure.php.net/manual/en/iterator.valid.php
    516516     *
    517517     * @return boolean
     
    527527     * @access public
    528528     *
    529      * @link http://php.net/manual/en/iterator.rewind.php
     529     * @link https://secure.php.net/manual/en/iterator.rewind.php
    530530     */
    531531    public function rewind() {
Note: See TracChangeset for help on using the changeset viewer.