Changeset 38755 for trunk/src/wp-includes/template.php
- Timestamp:
- 10/07/2016 09:02:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r38609 r38755 380 380 381 381 return get_query_template( 'page', $templates ); 382 }383 384 /**385 * Retrieve path of paged template in current or parent template.386 *387 * The template hierarchy is filterable via the {@see 'paged_template_hierarchy'} hook.388 * The template path is filterable via the {@see 'paged_template'} hook.389 *390 * @since 1.5.0391 *392 * @see get_query_template()393 *394 * @return string Full path to paged template file.395 */396 function get_paged_template() {397 return get_query_template('paged');398 382 } 399 383
Note: See TracChangeset
for help on using the changeset viewer.