Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31373, comment 60


Ignore:
Timestamp:
12/23/2015 07:54:30 PM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31373, comment 60

    initial v1  
    77add_action( 'admin_head-press-this.php', 'my_pt_styles' );
    88function my_pt_styles() {
    9    // Priority > 10 so it loads after the default stylesheet
    10   add_filter( 'mce_css', 'my_press_this_editor_css', 15 );
     9  add_filter( 'mce_css', 'my_press_this_editor_css' );
    1110}
    1211