Changeset 25081
- Timestamp:
- 08/22/2013 04:02:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r24583 r25081 114 114 */ 115 115 function _get_plugin_data_markup_translate( $plugin_file, $plugin_data, $markup = true, $translate = true ) { 116 117 // Sanitize the plugin filename to a WP_PLUGIN_DIR relative path 118 $plugin_file = plugin_basename( $plugin_file ); 116 119 117 120 // Translate fields
Note: See TracChangeset
for help on using the changeset viewer.