Ticket #40208: 40208.patch
File 40208.patch, 881 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/includes/ajax-actions.php
1598 1598 * Ajax handler for Quick Edit saving a post from a list table. 1599 1599 * 1600 1600 * @since 3.1.0 1601 * 1602 * @global string $mode 1601 1603 */ 1602 1604 function wp_ajax_inline_save() { 1603 1605 global $mode; -
src/wp-admin/includes/class-wp-screen.php
1193 1193 * Render the list table view mode preferences. 1194 1194 * 1195 1195 * @since 4.4.0 1196 * 1197 * @global string $mode 1196 1198 */ 1197 1199 public function render_view_mode() { 1198 1200 $screen = get_current_screen();