Ticket #41649: 41649.patch
File 41649.patch, 415 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/widgets.php
492 492 $i++; 493 493 } 494 494 495 /** 496 * Fires after the available widgets and sidebars have loaded, just below sidebars. 497 * 498 * @since 4.8.2 499 */ 500 do_action( 'widgets_admin_page_blow_sidebars' ); 495 501 ?> 496 502 </div> 497 503 </div>