phpdoc for wp-admin. Props jacobsantos. see #7527

git-svn-id: https://develop.svn.wordpress.org/trunk@9119 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-10 18:21:16 +00:00
parent 4ab4dbf7aa
commit 6d727a9c2b
17 changed files with 445 additions and 73 deletions

View File

@@ -266,6 +266,12 @@ foreach( (array)$all_plugins as $plugin_file => $plugin_data) {
?>
<?php
/**
* @ignore
*
* @param array $plugins
* @param string $context
*/
function print_plugins_table($plugins, $context = '') {
?>
<table class="widefat" id="<?php echo $context ?>-plugins-table">