Changeset 13129 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 02/14/2010 01:12:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r13128 r13129 99 99 // Make the Visual Editor styles match the theme's styles 100 100 function twentyten_my_editor_style( $url ) { 101 if ( !empty($url) ) 102 $url .= ','; 101 if ( !empty($url) ) 102 $url .= ','; 103 103 104 // Change the path here if using sub-directory 104 105 $url .= trailingslashit( get_stylesheet_directory_uri() ) . 'editor-style.css';
Note: See TracChangeset
for help on using the changeset viewer.