Changeset 57601
- Timestamp:
- 02/12/2024 09:46:14 PM (9 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r57069 r57601 185 185 array( get_template_directory_uri() . '/', get_stylesheet_directory_uri() . '/' ), 186 186 '', 187 twentyfifteen_fonts_url()187 (string) twentyfifteen_fonts_url() 188 188 ); 189 189 add_editor_style( array( 'css/editor-style.css', 'genericons/genericons.css', $font_stylesheet ) ); -
trunk/src/wp-content/themes/twentyfourteen/functions.php
r57069 r57601 82 82 array( get_template_directory_uri() . '/', get_stylesheet_directory_uri() . '/' ), 83 83 '', 84 twentyfourteen_font_url()84 (string) twentyfourteen_font_url() 85 85 ); 86 86 add_editor_style( array( 'css/editor-style.css', $font_stylesheet, 'genericons/genericons.css' ) ); -
trunk/src/wp-content/themes/twentyseventeen/functions.php
r57296 r57601 121 121 array( get_template_directory_uri() . '/', get_stylesheet_directory_uri() . '/' ), 122 122 '', 123 twentyseventeen_fonts_url()123 (string) twentyseventeen_fonts_url() 124 124 ); 125 125 add_editor_style( array( 'assets/css/editor-style.css', $font_stylesheet ) ); -
trunk/src/wp-content/themes/twentysixteen/functions.php
r57069 r57601 148 148 array( get_template_directory_uri() . '/', get_stylesheet_directory_uri() . '/' ), 149 149 '', 150 twentysixteen_fonts_url()150 (string) twentysixteen_fonts_url() 151 151 ); 152 152 add_editor_style( array( 'css/editor-style.css', $font_stylesheet ) ); -
trunk/src/wp-content/themes/twentythirteen/functions.php
r57069 r57601 94 94 array( get_template_directory_uri() . '/', get_stylesheet_directory_uri() . '/' ), 95 95 '', 96 twentythirteen_fonts_url()96 (string) twentythirteen_fonts_url() 97 97 ); 98 98 add_editor_style( array( 'css/editor-style.css', 'genericons/genericons.css', $font_stylesheet ) );
Note: See TracChangeset
for help on using the changeset viewer.