Make WordPress Core

Changeset 10364


Ignore:
Timestamp:
01/15/2009 07:43:35 AM (16 years ago)
Author:
azaozz
Message:

Add action "admin_enqueue_scripts" to make it easy for plugins to queue JavaScript and CSS for specific admin pages

File:
1 edited

Legend:

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

    r10348 r10364  
    5151    $hook_suffix = "$pagenow";
    5252
     53do_action('admin_enqueue_scripts', $hook_suffix);
    5354do_action("admin_print_styles-$hook_suffix");
    5455do_action('admin_print_styles');
Note: See TracChangeset for help on using the changeset viewer.