Changeset 48102 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 06/20/2020 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r48100 r48102 101 101 * @param int|WP_Post $post Optional. Post ID or post object. Default is the global `$post`. 102 102 * @param bool $leavename Optional. Whether to keep post name or page name. Default false. 103 *104 103 * @return string|false The permalink URL or false if post does not exist. 105 104 */ … … 4438 4437 * @param string $before Optional. Display before privacy policy link. Default empty. 4439 4438 * @param string $after Optional. Display after privacy policy link. Default empty. 4440 *4441 4439 * @return string Markup for the link and surrounding elements. Empty string if it 4442 4440 * doesn't exist.
Note: See TracChangeset
for help on using the changeset viewer.