Make WordPress Core

Changeset 16988


Ignore:
Timestamp:
12/16/2010 08:04:54 AM (14 years ago)
Author:
nacin
Message:

We don't apply markup here. see #15742.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-plugins-list-table.php

    r16778 r16988  
    118118        $this->items = array();
    119119        foreach ( $plugins[ $status ] as $plugin_file => $plugin_data ) {
    120             // Translate, Apply Markup, Sanitize HTML
     120            // Translate, Don't Apply Markup, Sanitize HTML
    121121            $this->items[$plugin_file] = _get_plugin_data_markup_translate( $plugin_file, $plugin_data, false, true );
    122122        }
Note: See TracChangeset for help on using the changeset viewer.