Make WordPress Core


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

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

    r13106 r13242  
    8888
    8989    $themes_dir = trailingslashit( $themes_dir );
    90 
    91     $errors = array();
    92 
    9390    $theme_dir = trailingslashit($themes_dir . $template);
    9491    $deleted = $wp_filesystem->delete($theme_dir, true);
Note: See TracChangeset for help on using the changeset viewer.