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

    r42721 r42843  
    414414/**
    415415 * Determines whether the post has a custom excerpt.
    416  * 
     416 *
    417417 * For more information on this and similar theme functions, check out
    418  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     418 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    419419 * Conditional Tags} article in the Theme Developer Handbook.
    420420 *
     
    16991699 * You can optionally provide a template name or array of template names
    17001700 * and then the check will be specific to that template.
    1701  * 
     1701 *
    17021702 * For more information on this and similar theme functions, check out
    1703  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     1703 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    17041704 * Conditional Tags} article in the Theme Developer Handbook.
    1705  * 
     1705 *
    17061706 * @since 2.5.0
    17071707 * @since 4.2.0 The `$template` parameter was changed to also accept an array of page templates.
Note: See TracChangeset for help on using the changeset viewer.