Changeset 762
- Timestamp:
- 07/26/2014 04:55:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r761 r762 492 492 } 493 493 494 if ( 'publish' == $post_data['post_status'] && 'pending' != $previous_post_status) {494 if ( 'publish' == $post_data['post_status'] && ! in_array( $previous_post_status, array( 'pending', 'publish' ) ) ) { 495 495 $this->active_admin_notices[] = 2; 496 496 $post_data['post_status'] = $previous_post_status;
Note: See TracChangeset
for help on using the changeset viewer.