Make WordPress Core

Changeset 46630


Ignore:
Timestamp:
11/02/2019 08:11:20 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @see references for PHP 4 constructors in wp-includes/class-json.php.

See #48252, #48303.

File:
1 edited

Legend:

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

    r46377 r46630  
    160160     * @deprecated 5.3.0 Use __construct() instead.
    161161     *
    162      * @see __construct()
     162     * @see Services_JSON::__construct()
    163163     */
    164164    public function Services_JSON( $use = 0 ) {
     
    992992         * @deprecated 5.3.0 Use __construct() instead.
    993993         *
    994          * @see __construct()
     994         * @see Services_JSON_Error::__construct()
    995995         */
    996996        public function Services_JSON_Error($message = 'unknown error', $code = null,
     
    10241024         * @deprecated 5.3.0 Use __construct() instead.
    10251025         *
    1026          * @see __construct()
     1026         * @see Services_JSON_Error::__construct()
    10271027         */
    10281028        public function Services_JSON_Error( $message = 'unknown error', $code = null,
Note: See TracChangeset for help on using the changeset viewer.