Changes between Initial Version and Version 1 of Ticket #31373, comment 60
- Timestamp:
- 12/23/2015 07:54:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31373, comment 60
initial v1 7 7 add_action( 'admin_head-press-this.php', 'my_pt_styles' ); 8 8 function 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' ); 11 10 } 12 11