- Timestamp:
- 04/23/2019 01:03:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r45218 r45256 779 779 } 780 780 add_filter( 'widget_tag_cloud_args', 'twentythirteen_widget_tag_cloud_args' ); 781 782 if ( ! function_exists( 'wp_body_open' ) ) : 783 /** 784 * Fire the wp_body_open action. 785 * 786 * Added for backwards compatibility to support pre 5.2.0 WordPress versions. 787 * 788 * @since Twenty Thirteen 2.8 789 */ 790 function wp_body_open() { 791 /** 792 * Triggered after the opening <body> tag. 793 * 794 * @since Twenty Thirteen 2.8 795 */ 796 do_action( 'wp_body_open' ); 797 } 798 endif;
Note: See TracChangeset
for help on using the changeset viewer.