- Timestamp:
- 06/20/2020 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r48101 r48102 590 590 * 591 591 * @param string $template front-page.php. 592 * 593 * @return string The template to be used: blank if is_home() is true (defaults to index.php), else $template.592 * @return string The template to be used: blank if is_home() is true (defaults to index.php), 593 * otherwise $template. 594 594 */ 595 595 function twentyseventeen_front_page_template( $template ) { … … 618 618 619 619 /** 620 * Get unique ID.620 * Gets unique ID. 621 621 * 622 622 * This is a PHP implementation of Underscore's uniqueId method. A static variable
Note: See TracChangeset
for help on using the changeset viewer.