Changeset 38028 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 07/10/2016 12:50:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r37985 r38028 204 204 foreach ( (array) $terms as $term ) { 205 205 $popular_ids[] = $term->term_id; 206 if ( !$echo ) // hack for AJAX use206 if ( !$echo ) // Hack for Ajax use. 207 207 continue; 208 208 $id = "popular-$taxonomy-$term->term_id";
Note: See TracChangeset
for help on using the changeset viewer.