Add action to top of widgets.php. props ptahdunbar, fixes #12190
git-svn-id: http://svn.automattic.com/wordpress/trunk@13525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0c4cbd663a
commit
882678a29e
|
@ -343,6 +343,8 @@ require_once( 'admin-header.php' ); ?>
|
|||
<div id="message" class="error"><p><?php echo $errors[$_GET['error']]; ?></p></div>
|
||||
<?php } ?>
|
||||
|
||||
<?php do_action( 'widgets_admin_page' ); ?>
|
||||
|
||||
<div class="widget-liquid-left">
|
||||
<div id="widgets-left">
|
||||
<div id="available-widgets" class="widgets-holder-wrap">
|
||||
|
|
Loading…
Reference in New Issue