Changeset 12278
- Timestamp:
- 11/24/2022 08:11:11 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r11566 r12278 24 24 return '/assets/prism/prism.css'; 25 25 } ); 26 27 // Use the front-end style.css as the editor styles, not perfect, but looks better than without. 28 add_theme_support( 'editor-styles' ); 29 add_editor_style( 'style.css' ); 26 30 } 27 31 add_action( 'after_setup_theme', __NAMESPACE__ . '\after_setup_theme', 11 );
Note: See TracChangeset
for help on using the changeset viewer.