Changeset 30155 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 11/01/2014 08:19:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r30141 r30155 1143 1143 if ( isset($_POST['metakeyselect']) && '#NONE#' == $_POST['metakeyselect'] && empty($_POST['metakeyinput']) ) 1144 1144 wp_die( 1 ); 1145 1146 // If the post is an autodraft, save the post as a draft and then 1147 // attempt to save the meta. 1145 1148 if ( $post->post_status == 'auto-draft' ) { 1146 1149 $save_POST = $_POST; // Backup $_POST … … 1487 1490 1488 1491 /** 1489 * Ajax handler for quick edit saving for a post.1492 * Ajax handler for Quick Edit saving a post from a list table. 1490 1493 * 1491 1494 * @since 3.1.0 … … 1618 1621 1619 1622 /** 1620 * Ajax handler for finding posts. 1623 * Ajax handler for querying posts for the Find Posts modal. 1624 * 1625 * @see window.findPosts 1621 1626 * 1622 1627 * @since 3.1.0 … … 2148 2153 2149 2154 /** 2150 * Ajax handler for querying forattachments.2155 * Ajax handler for querying attachments. 2151 2156 * 2152 2157 * @since 3.5.0 … … 2194 2199 2195 2200 /** 2196 * Ajax handler for saving attachment attributes.2201 * Ajax handler for updating attachment attributes. 2197 2202 * 2198 2203 * @since 3.5.0
Note: See TracChangeset
for help on using the changeset viewer.