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/category-template.php

    r42710 r42843  
    232232 * Prior to v2.7, this function could only be used in the WordPress Loop.
    233233 * As of 2.7, the function can be used anywhere if it is provided a post ID or post object.
    234  * 
     234 *
    235235 * For more information on this and similar theme functions, check out
    236  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     236 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    237237 * Conditional Tags} article in the Theme Developer Handbook.
    238238 *
     
    14201420 * Prior to v2.7, this function could only be used in the WordPress Loop.
    14211421 * As of 2.7, the function can be used anywhere if it is provided a post ID or post object.
    1422  * 
     1422 *
    14231423 * For more information on this and similar theme functions, check out
    1424  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     1424 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    14251425 * Conditional Tags} article in the Theme Developer Handbook.
    14261426 *
Note: See TracChangeset for help on using the changeset viewer.