- Timestamp:
- 07/01/2023 05:02:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-functions.php
r48782 r56121 1 1 <?php 2 2 /** 3 * Additional features to allow styling of the templates 3 * Additional features to allow styling of the templates. 4 4 * 5 5 * @package WordPress … … 68 68 69 69 /** 70 * Count our number ofactive panels.70 * Counts the number of our active panels. 71 71 * 72 * Primarily used to see if we have any panels active, duh. 72 * Primarily used to see if we have any panels active. 73 * 74 * @return int The number of active panels. 73 75 */ 74 76 function twentyseventeen_panel_count() { … … 96 98 97 99 /** 98 * Checks to see if we're on the front page or not. 100 * Checks to see if we are on the front page or not. 101 * 102 * @return bool Whether we are on the front page or not. 99 103 */ 100 104 function twentyseventeen_is_frontpage() {
Note: See TracChangeset
for help on using the changeset viewer.