Make WordPress Core


Ignore:
Timestamp:
03/13/2019 07:31:49 PM (6 years ago)
Author:
desrosj
Message:

Docs: Correct various spelling mistakes.

Props man4toman.
Fixes #46339.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r44755 r44894  
    26672667 * hierarchical and has a parent, it will append that parent to the $slug.
    26682668 *
    2669  * If that still doesn't return an unique slug, then it try to append a number
     2669 * If that still doesn't return a unique slug, then it tries to append a number
    26702670 * until it finds a number that is truly unique.
    26712671 *
     
    41284128 * @param int $term_id Term ID.
    41294129 * @return bool Returns false if a term is not shared between multiple taxonomies or
    4130  *              if splittng shared taxonomy terms is finished.
     4130 *              if splitting shared taxonomy terms is finished.
    41314131 */
    41324132function wp_term_is_shared( $term_id ) {
Note: See TracChangeset for help on using the changeset viewer.