Changeset 30656 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 11/30/2014 12:09:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r30615 r30656 152 152 * Fires before the specified template part file is loaded. 153 153 * 154 * The dynamic portion of the hook name, $slug, refers to the slug name154 * The dynamic portion of the hook name, `$slug`, refers to the slug name 155 155 * for the generic template part. 156 156 * … … 3010 3010 * Filter the HTML for the retrieved generator type. 3011 3011 * 3012 * The dynamic portion of the hook name, $type, refers to the generator type.3012 * The dynamic portion of the hook name, `$type`, refers to the generator type. 3013 3013 * 3014 3014 * @since 2.5.0 3015 3015 * 3016 * @param string $gen The HTML markup output to 'wp_head()'.3016 * @param string $gen The HTML markup output to {@see wp_head()}. 3017 3017 * @param string $type The type of generator. Accepts 'html', 'xhtml', 'atom', 3018 3018 * 'rss2', 'rdf', 'comment', 'export'.
Note: See TracChangeset
for help on using the changeset viewer.