Changeset 37496
- Timestamp:
- 05/22/2016 06:24:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r37487 r37496 89 89 90 90 /** 91 * Filter the array of categories to return for a post.91 * Filters the array of categories to return for a post. 92 92 * 93 93 * @since 3.1.0 … … 177 177 178 178 /** 179 * Filter the categories before building the category list.179 * Filters the categories before building the category list. 180 180 * 181 181 * @since 4.4.0 … … 243 243 244 244 /** 245 * Filter the category or list of categories.245 * Filters the category or list of categories. 246 246 * 247 247 * @since 1.2.0 … … 429 429 430 430 /** 431 * Filter a taxonomy drop-down display element.431 * Filters a taxonomy drop-down display element. 432 432 * 433 433 * A variety of taxonomy drop-down display elements can be modified … … 476 476 } 477 477 /** 478 * Filter the taxonomy drop-down output.478 * Filters the taxonomy drop-down output. 479 479 * 480 480 * @since 2.1.0 … … 665 665 666 666 /** 667 * Filter the HTML output of a taxonomy list.667 * Filters the HTML output of a taxonomy list. 668 668 * 669 669 * @since 2.1.0 … … 743 743 744 744 /** 745 * Filter the tag cloud output.745 * Filters the tag cloud output. 746 746 * 747 747 * @since 2.3.0 … … 838 838 839 839 /** 840 * Filter how the items in a tag cloud are sorted.840 * Filters how the items in a tag cloud are sorted. 841 841 * 842 842 * @since 2.8.0 … … 916 916 917 917 /** 918 * Filter the data used to generate the tag cloud.918 * Filters the data used to generate the tag cloud. 919 919 * 920 920 * @since 4.3.0 … … 948 948 if ( $args['filter'] ) { 949 949 /** 950 * Filter the generated output of a tag cloud.950 * Filters the generated output of a tag cloud. 951 951 * 952 952 * The filter is only evaluated if a true value is passed … … 1081 1081 1082 1082 /** 1083 * Filter the array of tags for the given post.1083 * Filters the array of tags for the given post. 1084 1084 * 1085 1085 * @since 2.3.0 … … 1106 1106 1107 1107 /** 1108 * Filter the tags list for a given post.1108 * Filters the tags list for a given post. 1109 1109 * 1110 1110 * @since 2.3.0 … … 1198 1198 1199 1199 /** 1200 * Filter the list of terms attached to the given post.1200 * Filters the list of terms attached to the given post. 1201 1201 * 1202 1202 * @since 3.1.0 … … 1246 1246 1247 1247 /** 1248 * Filter the term links for a given taxonomy.1248 * Filters the term links for a given taxonomy. 1249 1249 * 1250 1250 * The dynamic portion of the filter name, `$taxonomy`, refers … … 1279 1279 1280 1280 /** 1281 * Filter the list of terms to display.1281 * Filters the list of terms to display. 1282 1282 * 1283 1283 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.