Make WordPress Core


Ignore:
Timestamp:
02/17/2012 07:17:38 PM (13 years ago)
Author:
koopersmith
Message:

Don't unintentionally override the global variable. props ocean90, see #20062.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r19596 r19941  
    238238
    239239    foreach ($theme_names as $theme_name) {
    240         $title = $broken_themes[$theme_name]['Title'];
     240        $name = $broken_themes[$theme_name]['Title'];
    241241        $description = $broken_themes[$theme_name]['Description'];
    242242
     
    244244        echo "
    245245        <tr $theme>
    246              <td>$title</td>
     246             <td>$name</td>
    247247             <td>$description</td>
    248248        </tr>";
Note: See TracChangeset for help on using the changeset viewer.