Make WordPress Core


Ignore:
Timestamp:
06/21/2013 12:45:11 PM (12 years ago)
Author:
SergeyBiryukov
Message:

PHPDoc fixes and additions. fixes #24616.

File:
1 edited

Legend:

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

    r24466 r24490  
    9797 * @since 0.71
    9898 *
    99  * @param mixed $post Optional. Post ID or object.
     99 * @param int|object $post Optional. Post ID or object.
    100100 * @return string
    101101 */
     
    12661266 *
    12671267 * @param string $template The specific template name if specific matching is required.
    1268  * @return bool False on failure, true if success.
     1268 * @return bool True on success, false on failure.
    12691269 */
    12701270function is_page_template( $template = '' ) {
Note: See TracChangeset for help on using the changeset viewer.