Make WordPress Core


Ignore:
Timestamp:
03/18/2018 02:22:09 PM (7 years ago)
Author:
ocean90
Message:

Pinking shears.

See #41057.

File:
1 edited

Legend:

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

    r42827 r42843  
    263263 *
    264264 * Formerly is_taxonomy(), introduced in 2.3.0.
    265  * 
     265 *
    266266 * For more information on this and similar theme functions, check out
    267  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     267 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    268268 * Conditional Tags} article in the Theme Developer Handbook.
    269269 *
     
    288288 *
    289289 * A false return value might also mean that the taxonomy does not exist.
    290  * 
     290 *
    291291 * For more information on this and similar theme functions, check out
    292  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     292 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    293293 * Conditional Tags} article in the Theme Developer Handbook.
    294294 *
     
    13271327 *
    13281328 * Formerly is_term(), introduced in 2.3.0.
    1329  * 
     1329 *
    13301330 * For more information on this and similar theme functions, check out
    1331  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     1331 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    13321332 * Conditional Tags} article in the Theme Developer Handbook.
    13331333 *
Note: See TracChangeset for help on using the changeset viewer.