Changeset 5259 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 04/12/2007 09:43:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5211 r5259 1760 1760 } 1761 1761 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); 1763 1763 } 1764 1764
Note: See TracChangeset
for help on using the changeset viewer.