Changeset 7799
- Timestamp:
- 10/28/2018 09:26:11 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r7789 r7799 1342 1342 'post_type' => 'plugin', 1343 1343 'name' => $plugin_slug, 1344 'post_status' => array( 'publish', 'pending', 'disabled', 'closed', 'new', 'draft', 'approved' ),1344 'post_status' => array( 'publish', 'pending', 'disabled', 'closed', 'new', 'draft', 'approved', 'rejected' ), 1345 1345 ) ); 1346 1346
Note: See TracChangeset
for help on using the changeset viewer.