Ticket #7762: patch.txt
| File patch.txt, 416 bytes (added by petervanderdoes, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | Index: widgets.php |
| 2 | =================================================================== |
| 3 | --- widgets.php (revision 8916) |
| 4 | +++ widgets.php (working copy) |
| 5 | @@ -291,6 +291,7 @@ |
| 6 | </p> |
| 7 | </div> |
| 8 | </div> |
| 9 | + <?php do_action( 'sidebar_admin_page' ); ?> |
| 10 | </div> |
| 11 | |
| 12 | <form id="widget-controls" action="" method="post"> |
| 13 | @@ -325,7 +326,6 @@ |
| 14 | |
| 15 | </div> |
| 16 | |
| 17 | -<?php do_action( 'sidebar_admin_page' ); ?> |
| 18 | |
| 19 | <br class="clear" /> |
| 20 |
