Changeset 31619 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/05/2015 05:34:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r31534 r31619 2268 2268 wp_send_json_error(); 2269 2269 2270 if ( isset( $changes['parent'] ) ) 2271 $post['post_parent'] = $changes['parent']; 2272 2270 2273 if ( isset( $changes['title'] ) ) 2271 2274 $post['post_title'] = $changes['title'];
Note: See TracChangeset
for help on using the changeset viewer.