Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Standardise the type name for booleans and integers.

This brings these docs inline with the documentation standards.

Props ravipatel, justinahinon

Fixes #51426

File:
1 edited

Legend:

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

    r48104 r49120  
    128128 *
    129129 * @param WP_Customize_Partial $partial Partial associated with a selective refresh request.
    130  * @param integer              $id Front page section to display.
     130 * @param int                  $id Front page section to display.
    131131 */
    132132function twentyseventeen_front_page_section( $partial = null, $id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.