Make WordPress Core


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

PHPDoc fixes and additions. fixes #24616.

File:
1 edited

Legend:

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

    r24182 r24490  
    233233 * @since 1.5.0
    234234 *
    235  * @param mixed $post Optional. Post ID or object.
     235 * @param int|object $post Optional. Post ID or object.
    236236 * @param bool $leavename Optional, defaults to false. Whether to keep page name.
    237237 * @param bool $sample Optional, defaults to false. Is it a sample permalink.
     
    257257 * @access private
    258258 *
    259  * @param mixed $post Optional. Post ID or object.
     259 * @param int|object $post Optional. Post ID or object.
    260260 * @param bool $leavename Optional. Leave name.
    261261 * @param bool $sample Optional. Sample permalink.
     
    292292 * @since 2.0.0
    293293 *
    294  * @param mixed $post Optional. Post ID or object.
     294 * @param int|object $post Optional. Post ID or object.
    295295 * @param bool $leavename Optional. Leave name.
    296296 * @return string
Note: See TracChangeset for help on using the changeset viewer.