Make WordPress Core


Ignore:
Timestamp:
02/14/2010 01:12:51 AM (15 years ago)
Author:
dd32
Message:

Fix comment listing, Correct Indentations. See #9015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/functions.php

    r13128 r13129  
    9999// Make the Visual Editor styles match the theme's styles
    100100function twentyten_my_editor_style( $url ) {
    101         if ( !empty($url) )
    102             $url .= ',';
     101    if ( !empty($url) )
     102        $url .= ',';
     103
    103104    // Change the path here if using sub-directory
    104105    $url .= trailingslashit( get_stylesheet_directory_uri() ) . 'editor-style.css';
Note: See TracChangeset for help on using the changeset viewer.