Changeset 60424
- Timestamp:
- 07/07/2025 07:04:30 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/functions.php
r59348 r60424 35 35 */ 36 36 function twentytwentyfive_editor_style() { 37 add_editor_style( get_parent_theme_file_uri( 'assets/css/editor-style.css' ));37 add_editor_style( 'assets/css/editor-style.css' ); 38 38 } 39 39 endif;
Note: See TracChangeset
for help on using the changeset viewer.