Make WordPress Core


Ignore:
Timestamp:
02/25/2014 05:13:08 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.

See #27200.

File:
1 edited

Legend:

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

    r27186 r27262  
    124124 * Get a list of registered taxonomy objects.
    125125 *
    126  * @package WordPress
    127  * @subpackage Taxonomy
    128126 * @since 3.0.0
    129127 * @uses $wp_taxonomies
     
    153151 * result in <code>Array('category', 'post_tag')</code>
    154152 *
    155  * @package WordPress
    156  * @subpackage Taxonomy
    157153 * @since 2.3.0
    158154 *
     
    193189 * is a taxonomy object and if it is, it will return it.
    194190 *
    195  * @package WordPress
    196  * @subpackage Taxonomy
    197191 * @since 2.3.0
    198192 *
     
    217211 * Formerly is_taxonomy(), introduced in 2.3.0.
    218212 *
    219  * @package WordPress
    220  * @subpackage Taxonomy
    221213 * @since 3.0.0
    222214 *
     
    240232 * A false return value might also mean that the taxonomy does not exist.
    241233 *
    242  * @package WordPress
    243  * @subpackage Taxonomy
    244234 * @since 2.3.0
    245235 *
     
    489479 * Add an already registered taxonomy to an object type.
    490480 *
    491  * @package WordPress
    492  * @subpackage Taxonomy
    493481 * @since 3.0.0
    494482 * @uses $wp_taxonomies Modifies taxonomy object
     
    558546 * either ASC or DESC array. The value should be in the key named 'order'.
    559547 *
    560  * @package WordPress
    561  * @subpackage Taxonomy
    562548 * @since 2.3.0
    563549 *
     
    919905 * for custom taxonomies or plugging into default taxonomies.
    920906 *
    921  * @package WordPress
    922  * @subpackage Taxonomy
    923907 * @since 2.3.0
    924908 *
     
    992976 * and $field and $value combinations exist, the Term will be returned.
    993977 *
    994  * @package WordPress
    995  * @subpackage Taxonomy
    996978 * @since 2.3.0
    997979 *
     
    10611043 * Will return an empty array if $term does not exist in $taxonomy.
    10621044 *
    1063  * @package WordPress
    1064  * @subpackage Taxonomy
    10651045 * @since 2.3.0
    10661046 *
     
    11011081 * information.
    11021082 *
    1103  * @package WordPress
    1104  * @subpackage Taxonomy
    11051083 * @since 2.3.0
    11061084 *
     
    11341112 * editing. Function is for contextual and simplicity.
    11351113 *
    1136  * @package WordPress
    1137  * @subpackage Taxonomy
    11381114 * @since 2.3.0
    11391115 *
     
    12451221 * the cache for similar queries. Default value is 'core'.
    12461222 *
    1247  * @package WordPress
    1248  * @subpackage Taxonomy
    12491223 * @since 2.3.0
    12501224 *
     
    15521526 * Formerly is_term(), introduced in 2.3.0.
    15531527 *
    1554  * @package WordPress
    1555  * @subpackage Taxonomy
    15561528 * @since 3.0.0
    15571529 *
     
    16481620 * The $term is expected to be either an array or an object.
    16491621 *
    1650  * @package WordPress
    1651  * @subpackage Taxonomy
    16521622 * @since 2.3.0
    16531623 *
     
    16981668 * hooks into the filter you need.
    16991669 *
    1700  * @package WordPress
    1701  * @subpackage Taxonomy
    17021670 * @since 2.3.0
    17031671 *
     
    17581726 * Default $args is 'hide_empty' which can be 'hide_empty=true' or array('hide_empty' => true).
    17591727 *
    1760  * @package WordPress
    1761  * @subpackage Taxonomy
    17621728 * @since 2.3.0
    17631729 *
     
    17911757 * taxonomy itself.
    17921758 *
    1793  * @package WordPress
    1794  * @subpackage Taxonomy
    17951759 * @since 2.3.0
    17961760 * @uses wp_remove_object_terms()
     
    18231787 * The $args 'force_default' will force the term supplied as default to be
    18241788 * assigned even if the object was not going to be termless
    1825  * @package WordPress
    1826  * @subpackage Taxonomy
     1789 *
    18271790 * @since 2.3.0
    18281791 *
     
    19541917 * array of all matching term ids or term names will be returned respectively.
    19551918 *
    1956  * @package WordPress
    1957  * @subpackage Taxonomy
    19581919 * @since 2.3.0
    19591920 * @uses $wpdb
     
    22422203 * exists under.
    22432204 *
    2244  * @package WordPress
    2245  * @subpackage Taxonomy
    22462205 * @since 2.3.0
    22472206 * @uses wp_remove_object_terms()
     
    23382297 * Add term(s) associated with a given object.
    23392298 *
    2340  * @package WordPress
    2341  * @subpackage Taxonomy
    23422299 * @since 3.6.0
    23432300 * @uses wp_set_object_terms()
     
    23552312 * Remove term(s) associated with a given object.
    23562313 *
    2357  * @package WordPress
    2358  * @subpackage Taxonomy
    23592314 * @since 3.6.0
    23602315 * @uses $wpdb
     
    24302385 * The only purpose for $term is for appending a parent, if one exists.
    24312386 *
    2432  * @package WordPress
    2433  * @subpackage Taxonomy
    24342387 * @since 2.3.0
    24352388 * @uses $wpdb
     
    25032456 * away from the term keys.
    25042457 *
    2505  * @package WordPress
    2506  * @subpackage Taxonomy
    25072458 * @since 2.3.0
    25082459 *
     
    26442595 * of term ID. Once that is done, then update the database.
    26452596 *
    2646  * @package WordPress
    2647  * @subpackage Taxonomy
    26482597 * @since 2.3.0
    26492598 * @uses $wpdb
     
    27282677 * take place.
    27292678 *
    2730  * @package WordPress
    2731  * @subpackage Taxonomy
    27322679 * @since 2.3.0
    27332680 *
     
    27572704 * Will remove all of the term ids from the cache.
    27582705 *
    2759  * @package WordPress
    2760  * @subpackage Taxonomy
    27612706 * @since 2.3.0
    27622707 * @uses $wpdb
     
    28122757 * Retrieves the taxonomy relationship to the term object id.
    28132758 *
    2814  * @package WordPress
    2815  * @subpackage Taxonomy
    28162759 * @since 2.3.0
    28172760 *
     
    28402783 * for each term and it also increases for each taxonomy the term belongs to.
    28412784 *
    2842  * @package WordPress
    2843  * @subpackage Taxonomy
    28442785 * @since 2.3.0
    28452786 * @uses wp_get_object_terms() Used to get terms from the database to update
     
    28992840 * Updates Terms to Taxonomy in cache.
    29002841 *
    2901  * @package WordPress
    2902  * @subpackage Taxonomy
    29032842 * @since 2.3.0
    29042843 *
     
    29232862 * Retrieves children of taxonomy as Term IDs.
    29242863 *
    2925  * @package WordPress
    2926  * @subpackage Taxonomy
    29272864 * @access private
    29282865 * @since 2.3.0
     
    29582895 * If $terms is an array of IDs, then _get_term_children returns an array of IDs.
    29592896 *
    2960  * @package WordPress
    2961  * @subpackage Taxonomy
    29622897 * @access private
    29632898 * @since 2.3.0
     
    30292964 * relevant children are already in the $terms argument.
    30302965 *
    3031  * @package WordPress
    3032  * @subpackage Taxonomy
    30332966 * @access private
    30342967 * @since 2.3.0
     
    30953028 * taxonomies.
    30963029 *
    3097  * @package WordPress
    3098  * @subpackage Taxonomy
    30993030 * @access private
    31003031 * @since 2.3.0
     
    31433074 * Default callback for the link_category taxonomy.
    31443075 *
    3145  * @package WordPress
    3146  * @subpackage Taxonomy
    31473076 * @since 3.3.0
    31483077 * @uses $wpdb
Note: See TracChangeset for help on using the changeset viewer.