Make WordPress Core


Ignore:
Timestamp:
11/04/2015 03:46:49 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing return description for _get_custom_object_labels(), a private core helper function.

See #32246.

File:
1 edited

Legend:

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

    r35417 r35503  
    14121412 * @param object $object                  A custom-something object.
    14131413 * @param array  $nohier_vs_hier_defaults Hierarchical vs non-hierarchical default labels.
     1414 * @return object Object containing labels for the given custom-something object.
    14141415 */
    14151416function _get_custom_object_labels( $object, $nohier_vs_hier_defaults ) {
Note: See TracChangeset for help on using the changeset viewer.