Changeset 40985
- Timestamp:
- 07/01/2017 04:36:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r40424 r40985 1723 1723 1724 1724 /** 1725 * Save draft or manually autosave for showingpreview.1725 * Saves a draft or manually autosaves for the purpose of showing a post preview. 1726 1726 * 1727 1727 * @package WordPress 1728 1728 * @since 2.7.0 1729 1729 * 1730 * @return str URL to redirect to show the preview1730 * @return string URL to redirect to show the preview. 1731 1731 */ 1732 1732 function post_preview() {
Note: See TracChangeset
for help on using the changeset viewer.