Make WordPress Core


Ignore:
Timestamp:
07/28/2025 07:16:52 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Twenty Fourteen: Use third-person singular verbs for function descriptions.

Reference: PHP Documentation Standards: Documenting Tips.

Props vladimiraus, mukesh27, SergeyBiryukov.
See #63692.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php

    r59851 r60519  
    1010if ( ! function_exists( 'twentyfourteen_paging_nav' ) ) :
    1111    /**
    12      * Display navigation to next/previous set of posts when applicable.
     12     * Displays navigation to next/previous set of posts when applicable.
    1313     *
    1414     * @since Twenty Fourteen 1.0
     
    7575if ( ! function_exists( 'twentyfourteen_post_nav' ) ) :
    7676    /**
    77      * Display navigation to next/previous post when applicable.
     77     * Displays navigation to next/previous post when applicable.
    7878     *
    7979     * @since Twenty Fourteen 1.0
     
    113113if ( ! function_exists( 'twentyfourteen_posted_on' ) ) :
    114114    /**
    115      * Print HTML with meta information for the current post-date/time and author.
     115     * Prints HTML with meta information for the current post-date/time and author.
    116116     *
    117117     * @since Twenty Fourteen 1.0
     
    135135
    136136/**
    137  * Find out if blog has more than one category.
     137 * Finds out if blog has more than one category.
    138138 *
    139139 * @since Twenty Fourteen 1.0
     
    167167
    168168/**
    169  * Flush out the transients used in twentyfourteen_categorized_blog.
     169 * Flushes out the transients used in twentyfourteen_categorized_blog.
    170170 *
    171171 * @since Twenty Fourteen 1.0
     
    180180if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) :
    181181    /**
    182      * Display an optional post thumbnail.
     182     * Displays an optional post thumbnail.
    183183     *
    184184     * Wraps the post thumbnail in an anchor element on index
     
    247247if ( ! function_exists( 'wp_body_open' ) ) :
    248248    /**
    249      * Fire the wp_body_open action.
     249     * Fires the wp_body_open action.
    250250     *
    251251     * Added for backward compatibility to support pre-5.2.0 WordPress versions.
Note: See TracChangeset for help on using the changeset viewer.