Make WordPress Core

Changes between Initial Version and Version 7 of Ticket #27223


Ignore:
Timestamp:
02/27/2014 04:03:41 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27223

    • Property Keywords needs-patch added
    • Property Summary changed from do_action( 'login_head' ) is missing in sites.php to do_action( 'admin_head' ) is missing in sites.php
    • Property Milestone changed from Awaiting Review to 3.9
  • Ticket #27223 – Description

    initial v7  
    11Hi guys,
    22
    3 We should add a hook in /network/sites.php as we have do_action( 'login_head' )  in wp-login.php
     3We should add a hook in /network/sites.php as we have `do_action( 'login_head' )`  in wp-login.php
    44
    5 Current "wpmuadminedit" hook is not enough because it's placed above the <html>
     5Current `wpmuadminedit` hook is not enough because it's placed above the `<html>`