Changeset 35518 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 11/04/2015 09:28:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r35382 r35518 1587 1587 */ 1588 1588 function wp_ajax_inline_save() { 1589 global $wp_list_table ;1589 global $wp_list_table, $mode; 1590 1590 1591 1591 check_ajax_referer( 'inlineeditnonce', '_inline_edit' ); … … 1659 1659 1660 1660 $wp_list_table = _get_list_table( 'WP_Posts_List_Table', array( 'screen' => $_POST['screen'] ) ); 1661 1662 $mode = $_POST['post_view'] === 'excerpt' ? 'excerpt' : 'list'; 1661 1663 1662 1664 $level = 0;
Note: See TracChangeset
for help on using the changeset viewer.