Ticket #15472: inline doc correction.diff

File inline doc correction.diff, 744 bytes (added by simonwheatley, 3 years ago)

Corrects the inline comment docs

  • wp-includes/taxonomy.php

     
    14681468} 
    14691469 
    14701470/** 
    1471  * Will unlink the term from the taxonomy. 
     1471 * Will unlink the object from the taxonomy or taxonomies. 
    14721472 * 
    1473  * Will remove the term's relationship to the taxonomy, not the term or taxonomy 
    1474  * itself. The term and taxonomy will still exist. Will require the term's 
    1475  * 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. 
    14761476 * 
    14771477 * @package WordPress 
    14781478 * @subpackage Taxonomy