Changeset 1379

Show
Ignore:
Timestamp:
07/17/08 14:27:01 (5 months ago)
Author:
donncha
Message:

Added "wpmu_update_blog_options" action to allow plugins to update blog options, fixes #683, props momo360modena

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/wpmu-edit.php

    r1372 r1379  
    242242                        } 
    243243                } 
     244                do_action( 'wpmu_update_blog_options' ); 
    244245                wpmu_admin_do_redirect( "wpmu-blogs.php?action=editblog&updated=true&id=".$id ); 
    245246        break;