Add action to top of widgets.php. props ptahdunbar, fixes #12190
git-svn-id: https://develop.svn.wordpress.org/trunk@13525 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4705737542
commit
aef79be496
@ -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
Block a user