Changeset 60433
- Timestamp:
- 07/08/2025 08:50:07 AM (5 days ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-content/themes/twentytwentyfive/functions.php
r59348 r60433 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.