Changeset 10914
- Timestamp:
- 04/20/2021 01:39:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r9587 r10914 177 177 // Editor Styles. 178 178 global $editor_styles; 179 $styles = array( 180 array( 181 'css' => file_get_contents( 182 ABSPATH . WPINC . '/css/dist/editor/editor-styles.css' 183 ), 184 ), 185 ); 179 $styles = array(); 186 180 187 181 /* Translators: Use this to specify the CSS font family for the default font */
Note: See TracChangeset
for help on using the changeset viewer.