Nice new hook, fixes #2398

git-svn-id: http://svn.automattic.com/wordpress/trunk@3509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-02-09 09:03:13 +00:00
parent 8f3d06a864
commit 28dbf2bf37
1 changed files with 7 additions and 1 deletions

View File

@ -52,4 +52,10 @@ endforeach;
?>
</ul>
<?php endif; ?>
<?php
endif;
do_action('admin_notices');
?>