Make WordPress Core

Ticket #42927: 42927.patch

File 42927.patch, 574 bytes (added by ramiy, 7 years ago)
  • wp-includes/general-template.php

     
    26782678}
    26792679
    26802680/**
     2681 * Fire the wp_body action.
     2682 *
     2683 * See {@see 'wp_body'}.
     2684 *
     2685 * @since 5.0.0
     2686 */
     2687function wp_body() {
     2688        /**
     2689         * Prints scripts or data at the beginning of the body tag on the front end.
     2690         *
     2691         * @since 5.0.0
     2692         */
     2693        do_action( 'wp_body' );
     2694}
     2695
     2696/**
    26812697 * Display the links to the general feeds.
    26822698 *
    26832699 * @since 2.8.0