Make WordPress Core


Ignore:
Timestamp:
08/04/2022 02:50:27 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements to inline documentation.

See #55646

File:
1 edited

Legend:

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

    r52707 r53827  
    16361636
    16371637/**
    1638  * Retrieves a list of registered meta keys for an object type.
     1638 * Retrieves a list of registered metadata args for an object type, keyed by their meta keys.
    16391639 *
    16401640 * @since 4.6.0
     
    16441644 *                               or any other object type with an associated meta table.
    16451645 * @param string $object_subtype Optional. The subtype of the object type.
    1646  * @return string[] List of registered meta keys.
     1646 * @return array[] List of registered metadata args, keyed by their meta keys.
    16471647 */
    16481648function get_registered_meta_keys( $object_type, $object_subtype = '' ) {
Note: See TracChangeset for help on using the changeset viewer.