Make WordPress Core

Changeset 33239


Ignore:
Timestamp:
07/13/2015 09:58:23 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix inline documentation syntax in the DocBlock for get_singular_template(), added in 4.3.

See [32846]. See #32891.

File:
1 edited

Legend:

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

    r32846 r33239  
    384384
    385385/**
    386  * Retrieve path of singular template in current or parent template.
    387  *
    388  * The template path is filterable via the 'singular_template' hook.
     386 * Retrieves the path of the singular template in current or parent template.
     387 *
     388 * The template path is filterable via the {@see 'singular_template'} hook.
    389389 *
    390390 * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.