Changeset 47789
- Timestamp:
- 05/14/2020 07:53:57 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r47219 r47789 502 502 <?php foreach ( $terms as $t ) : ?> 503 503 <wp:term> 504 <wp:term_id><?php echo wxr_cdata( $t->term_id ); ?></wp:term_id>504 <wp:term_id><?php echo intval( $t->term_id ); ?></wp:term_id> 505 505 <wp:term_taxonomy><?php echo wxr_cdata( $t->taxonomy ); ?></wp:term_taxonomy> 506 506 <wp:term_slug><?php echo wxr_cdata( $t->slug ); ?></wp:term_slug>
Note: See TracChangeset
for help on using the changeset viewer.