equal
deleted
inserted
replaced
5 */ |
5 */ |
6 if ( defined('WP_USE_THEMES') && WP_USE_THEMES ) |
6 if ( defined('WP_USE_THEMES') && WP_USE_THEMES ) |
7 /** |
7 /** |
8 * Fires before determining which template to load. |
8 * Fires before determining which template to load. |
9 * |
9 * |
10 * @since 1.5.2 |
10 * @since 1.5.0 |
11 */ |
11 */ |
12 do_action( 'template_redirect' ); |
12 do_action( 'template_redirect' ); |
13 |
13 |
14 /** |
14 /** |
15 * Filter whether to allow 'HEAD' requests to generate content. |
15 * Filter whether to allow 'HEAD' requests to generate content. |