Make WordPress Core

Changeset 373 in tests


Ignore:
Timestamp:
07/15/2011 09:42:12 PM (14 years ago)
Author:
ryan
Message:

Set the post type for quick posts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testlib/base.php

    r353 r373  
    189189                'post_content' => "{$type} content {$i}",
    190190                'post_excerpt' => "{$type} excerpt {$i}",
     191                'post_type' => $type
    191192                ), $more));
    192193    }
Note: See TracChangeset for help on using the changeset viewer.