Changeset 20712 for trunk/wp-admin/custom-header.php
- Timestamp:
- 05/03/2012 01:30:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r20706 r20712 92 92 add_action("admin_head-$page", array(&$this, 'take_action'), 50); 93 93 add_action("admin_head-$page", array(&$this, 'js'), 50); 94 add_action("admin_head-$page", $this->admin_header_callback, 51); 94 if ( $this->admin_header_callback ) 95 add_action("admin_head-$page", $this->admin_header_callback, 51); 95 96 96 97 add_filter( 'attachment_fields_to_edit', array( $this, 'attachment_fields_to_edit' ), 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.