Ticket #42927: 42927.patch
File 42927.patch, 574 bytes (added by , 7 years ago) |
---|
-
wp-includes/general-template.php
2678 2678 } 2679 2679 2680 2680 /** 2681 * Fire the wp_body action. 2682 * 2683 * See {@see 'wp_body'}. 2684 * 2685 * @since 5.0.0 2686 */ 2687 function 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 /** 2681 2697 * Display the links to the general feeds. 2682 2698 * 2683 2699 * @since 2.8.0