Changeset 34172 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 09/15/2015 08:04:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r31622 r34172 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'] = '';43 41 } 44 42
Note: See TracChangeset
for help on using the changeset viewer.