Changeset 37564 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 05/25/2016 06:24:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r37543 r37564 1211 1211 * Retrieves the URL used for the post preview. 1212 1212 * 1213 * Get the preview post URL.Allows additional query args to be appended.1213 * Allows additional query args to be appended. 1214 1214 * 1215 1215 * @since 4.4.0 … … 1220 1220 * @param string $preview_link Optional. Base preview link to be used if it should differ from the 1221 1221 * post permalink. Default empty. 1222 * @return string URL used for the post preview.1222 * @return string|null URL used for the post preview, or null if the post does not exist. 1223 1223 */ 1224 1224 function get_preview_post_link( $post = null, $query_args = array(), $preview_link = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.