Make WordPress Core

Changeset 34124


Ignore:
Timestamp:
09/14/2015 06:01:22 PM (10 years ago)
Author:
johnbillion
Message:

Add the site icon meta tags to wp-login.php.

See #33597
Props iworks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r34107 r34124  
    234234// Login actions
    235235add_action( 'login_head',          'wp_print_head_scripts',         9     );
     236add_action( 'login_head',          'wp_site_icon',                  99    );
    236237add_action( 'login_footer',        'wp_print_footer_scripts',       20    );
    237238add_action( 'login_init',          'send_frame_options_header',     10, 0 );
Note: See TracChangeset for help on using the changeset viewer.