First pass plugin update notification, see #4795

git-svn-id: https://develop.svn.wordpress.org/trunk@5913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2007-08-22 10:48:48 +00:00
parent ece120b57f
commit 2e06f333d5
3 changed files with 85 additions and 4 deletions

View File

@@ -163,6 +163,7 @@ if (empty($plugins)) {
<td>$edit</td>";
echo"
</tr>";
do_action( 'after_plugin_row', $plugin_file );
}
?>