Changeset 28001 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 04/07/2014 08:21:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r27836 r28001 70 70 71 71 /** 72 * Retrieve full permalink for current post or post ID. Alias for get_permalink(). 72 * Retrieve full permalink for current post or post ID. 73 * 74 * This function is an alias for get_permalink(). 73 75 * 74 76 * @since 3.9.0 77 * 75 78 * @see get_permalink() 76 79 * 77 * @param int|WP_Post $id Optional. Post ID or post object. Default scurrent post.80 * @param int|WP_Post $id Optional. Post ID or post object. Default is the current post. 78 81 * @param bool $leavename Optional. Whether to keep post name or page name. Default false. 79 82 * @return string|bool The permalink URL or false if post does not exist.
Note: See TracChangeset
for help on using the changeset viewer.