Ticket #15472: inline doc correction.diff
| File inline doc correction.diff, 744 bytes (added by simonwheatley, 3 years ago) |
|---|
-
wp-includes/taxonomy.php
1468 1468 } 1469 1469 1470 1470 /** 1471 * Will unlink the term from the taxonomy.1471 * Will unlink the object from the taxonomy or taxonomies. 1472 1472 * 1473 * Will remove the term's relationship to the taxonomy, not the term or taxonomy1474 * itself. The term and taxonomy will still exist. Will require the term's1475 * object ID to perform the operation.1473 * Will remove all relationships between the object and any terms in 1474 * a particular taxonomy or taxonomies. Does not remove the term or 1475 * taxonomy itself. 1476 1476 * 1477 1477 * @package WordPress 1478 1478 * @subpackage Taxonomy
