Changeset 1400
- Timestamp:
- 07/25/08 10:56:10 (1 month ago)
- Files:
-
- trunk/wp-admin/wpmu-blogs.php (modified) (1 diff)
- trunk/wp-admin/wpmu-users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/wpmu-blogs.php
r1399 r1400 388 388 'plugins' => __('Actions') 389 389 ); 390 $posts_columns = apply_filters(' manage_posts_columns', $posts_columns);390 $posts_columns = apply_filters('wpmu_blogs_columns', $posts_columns); 391 391 392 392 // you can not edit these at the moment trunk/wp-admin/wpmu-users.php
r1397 r1400 122 122 'blogs' => '' 123 123 ); 124 $posts_columns = apply_filters(' manage_posts_columns', $posts_columns);124 $posts_columns = apply_filters('wpmu_users_columns', $posts_columns); 125 125 ?> 126 126 <table class="widefat" cellpadding="3" cellspacing="3">
