Changeset 42418
- Timestamp:
- 12/22/2017 02:49:55 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/category-template.php
r42372 r42418 1156 1156 * @since 4.9.2 The `$taxonomy` parameter was deprecated. 1157 1157 * 1158 * @param int $term Optional. Term ID. Will use global term ID by default. 1158 * @param int $term Optional. Term ID. Will use global term ID by default. 1159 * @param null $deprecated Deprecated argument. 1159 1160 * @return string Term description, available. 1160 1161 */ 1161 function term_description( $term = 0 ) {1162 function term_description( $term = 0, $deprecated = null ) { 1162 1163 if ( ! $term && ( is_tax() || is_tag() || is_category() ) ) { 1163 1164 $term = get_queried_object();
Note: See TracChangeset
for help on using the changeset viewer.