Changeset 1400

Show
Ignore:
Timestamp:
07/25/08 10:56:10 (1 month ago)
Author:
donncha
Message:

Rename manage_posts_columns, fixes #696

Files:

Legend:

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

    r1399 r1400  
    388388                        'plugins'      => __('Actions') 
    389389                ); 
    390                 $posts_columns = apply_filters('manage_posts_columns', $posts_columns); 
     390                $posts_columns = apply_filters('wpmu_blogs_columns', $posts_columns); 
    391391 
    392392                // you can not edit these at the moment 
  • trunk/wp-admin/wpmu-users.php

    r1397 r1400  
    122122                        'blogs'      => '' 
    123123                ); 
    124                 $posts_columns = apply_filters('manage_posts_columns', $posts_columns); 
     124                $posts_columns = apply_filters('wpmu_users_columns', $posts_columns); 
    125125                ?> 
    126126                <table class="widefat" cellpadding="3" cellspacing="3">