Make WordPress Core


Ignore:
Timestamp:
11/05/2010 02:34:09 PM (15 years ago)
Author:
scribu
Message:

remove leading <li> from get_views() and add it later. Fixes #15321

File:
1 edited

Legend:

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

    r16195 r16205  
    239239            }
    240240
    241             $status_links[$type] = sprintf( "<li><a href='%s' %s>%s</a>",
     241            $status_links[$type] = sprintf( "<a href='%s' %s>%s</a>",
    242242                add_query_arg('plugin_status', $type, 'plugins.php'),
    243243                ( $type == $status ) ? ' class="current"' : '',
Note: See TracChangeset for help on using the changeset viewer.