Make WordPress Core


Ignore:
Timestamp:
10/12/2015 04:13:31 AM (9 years ago)
Author:
boonebgorges
Message:

After [35028], normalize get_term_field() doc formatting.

Fixes #34245.

File:
1 edited

Legend:

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

    r35028 r35029  
    928928 * @see sanitize_term_field()
    929929 *
    930  * @param string $field Term field to fetch.
    931  * @param int|WP_Term $term Term ID or object.
    932  * @param string $taxonomy Optional. Taxonomy Name. Default empty.
    933  * @param string $context  Optional, default is display. Look at sanitize_term_field() for available options.
     930 * @param string      $field    Term field to fetch.
     931 * @param int|WP_Term $term     Term ID or object.
     932 * @param string      $taxonomy Optional. Taxonomy Name. Default empty.
     933 * @param string      $context  Optional, default is display. Look at sanitize_term_field() for available options.
    934934 * @return string|int|null|WP_Error Will return an empty string if $term is not an object or if $field is not set in $term.
    935935 */
Note: See TracChangeset for help on using the changeset viewer.