Changeset 40955
- Timestamp:
- 06/26/2017 08:55:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r40946 r40955 23 23 /** 24 24 * Fires before the header template file is loaded. 25 *26 * The hook allows a specific header template file to be used in place of the27 * default header template file. If your file is called header-new.php,28 * you would specify the filename in the hook as get_header( 'new' ).29 25 * 30 26 * @since 2.1.0 … … 63 59 * Fires before the footer template file is loaded. 64 60 * 65 * The hook allows a specific footer template file to be used in place of the66 * default footer template file. If your file is called footer-new.php,67 * you would specify the filename in the hook as get_footer( 'new' ).68 *69 61 * @since 2.1.0 70 62 * @since 2.8.0 $name parameter added. … … 101 93 /** 102 94 * Fires before the sidebar template file is loaded. 103 *104 * The hook allows a specific sidebar template file to be used in place of the105 * default sidebar template file. If your file is called sidebar-new.php,106 * you would specify the filename in the hook as get_sidebar( 'new' ).107 95 * 108 96 * @since 2.2.0
Note: See TracChangeset
for help on using the changeset viewer.