Make WordPress Core


Ignore:
Timestamp:
05/31/2007 02:12:04 AM (17 years ago)
Author:
rob1n
Message:

Move the restrict_manage_posts hook to somewhere more reasonable. see #4359

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r5587 r5607  
    2929
    3030wp("what_to_show=posts$post_status_q&posts_per_page=15");
    31 
    32 do_action('restrict_manage_posts');
    3331
    3432// define the columns to display, the syntax is 'internal name' => 'display name'
     
    134132</form>
    135133
     134<?php do_action('restrict_manage_posts'); ?>
     135
    136136<br style="clear:both;" />
    137137
Note: See TracChangeset for help on using the changeset viewer.