Changeset 9286 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-rest/wordpresstv-rest.php
- Timestamp:
- 11/20/2019 07:15:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-rest/wordpresstv-rest.php
r8383 r9286 203 203 foreach ( $terms as $t ) { 204 204 $item = array( 205 'id' => $t->term_id, 205 206 'name' => $t->name, 206 207 'link' => get_term_link( $t ),
Note: See TracChangeset
for help on using the changeset viewer.