Make WordPress Core


Ignore:
Timestamp:
07/01/2023 05:02:18 PM (2 years ago)
Author:
audrasjb
Message:

Twenty Seventeen: Various docblock fixes.

Props sabernhardt, audrasjb.
Fixes #58695.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/inc/template-functions.php

    r48782 r56121  
    11<?php
    22/**
    3  * Additional features to allow styling of the templates
     3 * Additional features to allow styling of the templates.
    44 *
    55 * @package WordPress
     
    6868
    6969/**
    70  * Count our number of active panels.
     70 * Counts the number of our active panels.
    7171 *
    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.
    7375 */
    7476function twentyseventeen_panel_count() {
     
    9698
    9799/**
    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.
    99103 */
    100104function twentyseventeen_is_frontpage() {
Note: See TracChangeset for help on using the changeset viewer.