Make WordPress Core


Ignore:
Timestamp:
01/18/2010 08:34:48 PM (15 years ago)
Author:
ryan
Message:

Coding standards, space after if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r12733 r12752  
    159159        // If we have two files of the same name prefer the one in the Template Directory
    160160        // This means that we display the correct files for child themes which overload Templates as well as Styles
    161         if( array_key_exists($description, $template_mapping ) ) {
     161        if ( array_key_exists($description, $template_mapping ) ) {
    162162            if ( false !== strpos( $template_file, $template_dir ) )  {
    163163                $template_mapping[ $description ] = array( _get_template_edit_filename($template_file, $template_dir), $filedesc );
Note: See TracChangeset for help on using the changeset viewer.