Top Google Search Results
- #20305 (update_blog_status should also handle delete/undelete ...
... $blog_id ); elseif ( 'mature' == $pref ) ( $value == 1 ) ? do_action( 'mature_blog', $blog_id ) : do_action( 'unmature_blog', $blog_id ); elseif ( 'archived' == $pref ) ... - #14385 (Allow flagging of a blog as mature via a URL) – WordPress ...
Add matureblog and unmatureblog actions to ms-edit.php so you can "one" click mark a blog as mature. The option isn't listed by default on the "Sites" listing, but ... - New hooks and filters added on 27/02/2011 « wpseek.com // blog
Feb 27, 2011... twentyten_attachment_height; unmature_blog; update_{$meta_type} _metadata; user_admin_menu; user_admin_notices; user_admin_url ... - PHPXRef 0.7 : WordPress : /wp-admin/network/sites.php source
... 178 break; 179 180 case 'unmatureblog': 181 check_admin_referer( ' unmatureblog' ); 182 if ( ! current_user_can( 'manage_sites' ) ) 183 wp_die( __( ' You do ...