Changeset 5259

Show
Ignore:
Timestamp:
04/12/07 21:43:38 (1 year ago)
Author:
rob1n
Message:

Take out undefined variable. fixes #2781

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-functions.php

    r5211 r5259  
    17601760    } 
    17611761 
    1762     return array ('Name' => $name, 'Title' => $plugin, 'Description' => $description, 'Author' => $author, 'Version' => $version, 'Template' => $template[1] ); 
     1762    return array('Name' => $name, 'Title' => $plugin, 'Description' => $description, 'Author' => $author, 'Version' => $version); 
    17631763} 
    17641764