Changeset 38938 for trunk/tests/phpunit/tests/xmlrpc/wp/editComment.php
- Timestamp:
- 10/26/2016 01:23:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/editComment.php
r37914 r38938 57 57 'comment_author_url' => 'http://example.com/', 58 58 'comment_author_email' => 'example@example.com', 59 'comment_content' => rand_str( 100 ),59 'comment_content' => 'Comment content', 60 60 'comment_approved' => '1' 61 61 );
Note: See TracChangeset
for help on using the changeset viewer.