Changeset 12048
- Timestamp:
- 10/17/2009 05:01:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r12044 r12048 80 80 81 81 $plugin_data = get_file_data( $plugin_file, $default_headers, 'plugin' ); 82 83 //For backward compatibility by default Title is the same as Name. 84 $plugin_data['Title'] = $plugin_data['Name']; 82 85 83 86 if ( $markup || $translate )
Note: See TracChangeset
for help on using the changeset viewer.