Make WordPress Core

Changeset 15166


Ignore:
Timestamp:
06/08/2010 11:02:17 AM (15 years ago)
Author:
dd32
Message:

Use the correct variable name. Props ScottMac. Fixes #13778

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r14924 r15166  
    635635            }
    636636        }
    637         if ( is_dir( $theme_dir ) )
    638             @closedir( $theme_dir );
     637        @closedir( $themes_dir );
    639638    }
    640639    return $theme_files;
Note: See TracChangeset for help on using the changeset viewer.