Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:21:07 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct various docblocks documentation.

See #48303

File:
1 edited

Legend:

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

    r46754 r46821  
    45704570     * @since 4.7.0
    45714571     *
    4572      * @returns array Allowed URLs.
     4572     * @return array Allowed URLs.
    45734573     */
    45744574    public function get_allowed_urls() {
     
    57015701     * @since 4.7.0
    57025702     *
    5703      * @returns bool Whether there are published (or to be published) pages.
     5703     * @return bool Whether there are published (or to be published) pages.
    57045704     */
    57055705    public function has_published_pages() {
Note: See TracChangeset for help on using the changeset viewer.