Make WordPress Core

Changeset 46647


Ignore:
Timestamp:
11/04/2019 09:35:59 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct some array hash notations added in [46644].

See #48303.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image.php

    r46644 r46647  
    249249     *
    250250     *     @type int $0 The image width.
    251      *     @type int $0 The image height.
     251     *     @type int $1 The image height.
    252252     * }
    253253     * @param string $file          Full path to the uploaded image file.
  • trunk/src/wp-includes/embed.php

    r46644 r46647  
    8181     *
    8282     *     @type int $0 The embed width.
    83      *     @type int $0 The embed height.
     83     *     @type int $1 The embed height.
    8484     * }
    8585     * @param string $url  The URL that should be embedded.
Note: See TracChangeset for help on using the changeset viewer.