Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20305, comment 3


Ignore:
Timestamp:
03/27/2012 12:03:53 AM (13 years ago)
Author:
Kyrylo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20305, comment 3

    initial v1  
    55        // If archived status changed, issue actions.
    66        if ( $details[ 'archived' ] != $current_details[ 'archived' ] ) {
    7                 if ( $details[ 'spam' ] == 1 )
     7                if ( $details[ 'archived' ] == 1 )
    88                        do_action( "archive_blog", $blog_id );
    99                else