Make WordPress Core


Ignore:
Timestamp:
02/18/2011 05:15:26 AM (15 years ago)
Author:
markjaquith
Message:

Do not attach wp_enqueue_scripts to login_head. New login_enqueue_scripts hook. props nacin. fixes #16586 for 3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-login.php

    r17367 r17466  
    8080    }
    8181
    82     do_action('login_head'); ?>
     82    do_action( 'login_enqueue_scripts' );
     83    do_action( 'login_head' ); ?>
    8384</head>
    8485<body class="login">
Note: See TracChangeset for help on using the changeset viewer.