Make WordPress Core

Ticket #41649: 41649.patch

File 41649.patch, 415 bytes (added by rinkuyadav999, 8 years ago)

Changes

  • src/wp-admin/widgets.php

     
    492492        $i++;
    493493}
    494494
     495/**
     496 * Fires after the available widgets and sidebars have loaded, just below sidebars.
     497 *
     498 * @since 4.8.2
     499 */
     500do_action( 'widgets_admin_page_blow_sidebars' );
    495501?>
    496502</div>
    497503</div>