Make WordPress Core

Changeset 15925


Ignore:
Timestamp:
10/23/2010 11:46:01 AM (14 years ago)
Author:
scribu
Message:

Set $plugin_file as plugin row id. See #14579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/default-list-tables.php

    r15924 r15925  
    35993599            }
    36003600            echo "
    3601         <tr class='$class'>
     3601        <tr class='$class' id='$plugin_file'>
    36023602            <th scope='row' class='check-column'>$checkbox</th>
    36033603            <td class='plugin-title'><strong>$plugin_name</strong></td>
Note: See TracChangeset for help on using the changeset viewer.