Make WordPress Core


Ignore:
Timestamp:
04/27/2023 11:13:36 PM (3 years ago)
Author:
johnbillion
Message:

Docs: All sorts of improvements and corrections to function and hook docs.

See #57840

File:
1 edited

Legend:

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

    r55448 r55694  
    1414 * This class is for internal core usage and is not supposed to be used by extenders (plugins and/or themes).
    1515 * This is a low-level API that may need to do breaking changes. Please,
    16  * use get_global_settings, get_global_styles, and get_global_stylesheet instead.
     16 * use get_global_settings(), get_global_styles(), and get_global_stylesheet() instead.
    1717 *
    1818 * @access private
     
    387387        /**
    388388         * Returns the custom post type that contains the user's origin config
    389          * for the active theme or a void array if none are found.
     389         * for the active theme or an empty array if none are found.
    390390         *
    391391         * This can also create and return a new draft custom post type.
Note: See TracChangeset for help on using the changeset viewer.