Changeset 43571 for trunk/tests/phpunit/tests/ajax/QuickEdit.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/QuickEdit.php
r42343 r43571 18 18 public function test_dont_process_terms_if_taxonomy_does_not_allow_show_on_quick_edit() { 19 19 register_taxonomy( 20 'wptests_tax_1', 'post', array( 20 'wptests_tax_1', 21 'post', 22 array( 21 23 'show_in_quick_edit' => false, 22 24 'hierarchical' => true, … … 24 26 ); 25 27 register_taxonomy( 26 'wptests_tax_2', 'post', array( 28 'wptests_tax_2', 29 'post', 30 array( 27 31 'show_in_quick_edit' => true, 28 32 'hierarchical' => true,
Note: See TracChangeset
for help on using the changeset viewer.