Changes between Initial Version and Version 1 of Ticket #20305, comment 3
- Timestamp:
- 03/27/2012 12:03:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20305, comment 3
initial v1 5 5 // If archived status changed, issue actions. 6 6 if ( $details[ 'archived' ] != $current_details[ 'archived' ] ) { 7 if ( $details[ ' spam' ] == 1 )7 if ( $details[ 'archived' ] == 1 ) 8 8 do_action( "archive_blog", $blog_id ); 9 9 else