- Timestamp:
- Aug 1, 2009, 2:43:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/plugins.class.php
r3282 r3716 214 214 $plugin['uri'] = trim($val[1]); 215 215 } 216 if ( preg_match("|Description: (.*)|", $plg_data, $val) ) 216 if ($desc = load_language('description.txt', $path.'/', array('return' => true))) 217 { 218 $plugin['description'] = trim($desc); 219 } 220 elseif ( preg_match("|Description: (.*)|", $plg_data, $val) ) 217 221 { 218 222 $plugin['description'] = trim($val[1]);
Note: See TracChangeset
for help on using the changeset viewer.