Changeset 44894 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/13/2019 07:31:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r44755 r44894 2667 2667 * hierarchical and has a parent, it will append that parent to the $slug. 2668 2668 * 2669 * If that still doesn't return a n unique slug, then it tryto append a number2669 * If that still doesn't return a unique slug, then it tries to append a number 2670 2670 * until it finds a number that is truly unique. 2671 2671 * … … 4128 4128 * @param int $term_id Term ID. 4129 4129 * @return bool Returns false if a term is not shared between multiple taxonomies or 4130 * if splitt ng shared taxonomy terms is finished.4130 * if splitting shared taxonomy terms is finished. 4131 4131 */ 4132 4132 function wp_term_is_shared( $term_id ) {
Note: See TracChangeset
for help on using the changeset viewer.