Make WordPress Core

Ticket #40208: 40208.patch

File 40208.patch, 881 bytes (added by priyankabehera155, 8 years ago)
  • src/wp-admin/includes/ajax-actions.php

     
    15981598 * Ajax handler for Quick Edit saving a post from a list table.
    15991599 *
    16001600 * @since 3.1.0
     1601 *
     1602 * @global string $mode
    16011603 */
    16021604function wp_ajax_inline_save() {
    16031605        global $mode;
  • src/wp-admin/includes/class-wp-screen.php

     
    11931193         * Render the list table view mode preferences.
    11941194         *
    11951195         * @since 4.4.0
     1196         *
     1197         * @global string $mode
    11961198         */
    11971199        public function render_view_mode() {
    11981200                $screen = get_current_screen();