Changeset 11422 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/21/2009 09:40:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r11391 r11422 382 382 <td class='plugin-title'><strong>{$plugin_data['Name']}</strong></td> 383 383 <td class='desc'><p>{$plugin_data['Description']}</p></td> 384 </tr>\n"; 385 386 do_action( 'after_plugin_row', $plugin_file, $plugin_data, $context ); 387 do_action( "after_plugin_row_$plugin_file", $plugin_file, $plugin_data, $context ); 388 389 echo " 384 </tr> 390 385 <tr class='$class second'> 391 386 <td></td> … … 416 411 echo "</p></td> 417 412 </tr>\n"; 413 414 do_action( 'after_plugin_row', $plugin_file, $plugin_data, $context ); 415 do_action( "after_plugin_row_$plugin_file", $plugin_file, $plugin_data, $context ); 418 416 } 419 417 ?>
Note: See TracChangeset
for help on using the changeset viewer.