Make WordPress Core

Ticket #55078: 55078.4.diff

File 55078.4.diff, 916 bytes (added by SergeyBiryukov, 3 years ago)
  • src/wp-admin/includes/ajax-actions.php

     
    11201120        $x->add(
    11211121                array(
    11221122                        'what'         => 'taxonomy',
    1123                         'data'         => $message,
    11241123                        'supplemental' => array(
    11251124                                'parents'   => $parents,
    11261125                                'noparents' => $noparents,
  • tests/phpunit/tests/ajax/AddTag.php

     
    3838                        unset( $e );
    3939                }
    4040
    41                 $this->assertSame( $expected, (string) $this->get_xml_response_taxonomy()->response_data );
     41                $this->assertSame( $expected, (string) $this->get_xml_response_taxonomy()->supplemental->notice );
    4242        }
    4343
    4444        /**