- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-rest-post-type-controller.php
r42863 r43571 218 218 foreach ( $links_array as &$link ) { 219 219 $attributes = array_diff_key( 220 $link, array( 220 $link, 221 array( 221 222 'href' => 1, 222 223 'name' => 1, … … 285 286 protected function set_raw_post_data( $args = array() ) { 286 287 return wp_parse_args( 287 $args, $this->set_post_data( 288 $args, 289 $this->set_post_data( 288 290 array( 289 291 'title' => array(
Note: See TracChangeset
for help on using the changeset viewer.