Changeset 16988
- Timestamp:
- 12/16/2010 08:04:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugins-list-table.php
r16778 r16988 118 118 $this->items = array(); 119 119 foreach ( $plugins[ $status ] as $plugin_file => $plugin_data ) { 120 // Translate, Apply Markup, Sanitize HTML120 // Translate, Don't Apply Markup, Sanitize HTML 121 121 $this->items[$plugin_file] = _get_plugin_data_markup_translate( $plugin_file, $plugin_data, false, true ); 122 122 }
Note: See TracChangeset
for help on using the changeset viewer.