wp-admin/includes/export.php:356Outputs a term_description XML tag from a given term object.
$termWP_Term function wxr_term_description( $term ) { if ( empty( $term->description ) ) { return; } echo "\t\t<wp:term_description>" . wxr_cdata( $term->description ) . "</wp:term_description>\n"; }Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/export.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.