Changeset 25433 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 09/13/2013 10:17:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r25002 r25433 39 39 $post_id = $this->factory->post->create( array( 'post_status' => 'draft' ) ); 40 40 $this->_draft_post = get_post( $post_id ); 41 42 $_SERVER['REMOTE_ADDR'] = ''; 41 43 } 42 44
Note: See TracChangeset
for help on using the changeset viewer.