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/po.php

    r48590 r49120  
    284284        /**
    285285         * @param string $filename
    286          * @return boolean
     286         * @return bool
    287287         */
    288288        function import_from_file( $filename ) {
     
    455455         * @param resource $f
    456456         * @param string   $action
    457          * @return boolean
     457         * @return bool
    458458         */
    459459        function read_line( $f, $action = 'read' ) {
Note: See TracChangeset for help on using the changeset viewer.