Back port of #2398 to 2.0 branch. fixes #2398

git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-03-02 03:08:56 +00:00
parent d235862593
commit b81908910f
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');
?>