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-includes/pomo/translations.php

    r47808 r49120  
    117117                 * from their headers.
    118118                 *
    119                  * @param integer $count number of items
     119                 * @param int $count number of items
    120120                 */
    121121                function select_plural_form( $count ) {
Note: See TracChangeset for help on using the changeset viewer.