Changeset 24490 for trunk/wp-includes/link-template.php
- Timestamp:
- 06/21/2013 12:45:11 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r24182 r24490 233 233 * @since 1.5.0 234 234 * 235 * @param mixed$post Optional. Post ID or object.235 * @param int|object $post Optional. Post ID or object. 236 236 * @param bool $leavename Optional, defaults to false. Whether to keep page name. 237 237 * @param bool $sample Optional, defaults to false. Is it a sample permalink. … … 257 257 * @access private 258 258 * 259 * @param mixed$post Optional. Post ID or object.259 * @param int|object $post Optional. Post ID or object. 260 260 * @param bool $leavename Optional. Leave name. 261 261 * @param bool $sample Optional. Sample permalink. … … 292 292 * @since 2.0.0 293 293 * 294 * @param mixed$post Optional. Post ID or object.294 * @param int|object $post Optional. Post ID or object. 295 295 * @param bool $leavename Optional. Leave name. 296 296 * @return string
Note: See TracChangeset
for help on using the changeset viewer.