Make WordPress Core


Ignore:
Timestamp:
11/04/2015 11:05:03 PM (10 years ago)
Author:
ocean90
Message:

After [35518] define $_POST['post_view'] in test_dont_process_terms_if_taxonomy_does_not_allow_show_on_quick_edit().

See #34577.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/QuickEdit.php

    r35242 r35531  
    4949        $_POST['post_status'] = $post->post_status;
    5050        $_POST['screen'] = 'post';
     51        $_POST['post_view'] = 'excerpt';
    5152        $_POST['tax_input'] = array(
    5253            'wptests_tax_1' => array( $t1 ),
Note: See TracChangeset for help on using the changeset viewer.