Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Props costdev, audrasjb.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r55857 r55911  
    174174
    175175    /**
    176      * Make private properties readable for backward compatibility.
     176     * Makes private properties readable for backward compatibility.
    177177     *
    178178     * @since 4.0.0
     
    188188
    189189    /**
    190      * Make private properties settable for backward compatibility.
     190     * Makes private properties settable for backward compatibility.
    191191     *
    192192     * @since 4.0.0
     
    203203
    204204    /**
    205      * Make private properties checkable for backward compatibility.
     205     * Makes private properties checkable for backward compatibility.
    206206     *
    207207     * @since 4.0.0
     
    219219
    220220    /**
    221      * Make private properties un-settable for backward compatibility.
     221     * Makes private properties un-settable for backward compatibility.
    222222     *
    223223     * @since 4.0.0
     
    232232
    233233    /**
    234      * Make private/protected methods readable for backward compatibility.
     234     * Makes private/protected methods readable for backward compatibility.
    235235     *
    236236     * @since 4.0.0
     
    270270
    271271    /**
    272      * An internal method that sets all the necessary pagination arguments
     272     * Sets all the necessary pagination arguments.
    273273     *
    274274     * @since 3.1.0
     
    321321
    322322    /**
    323      * Whether the table has items to display or not
     323     * Determines whether the table has items to display or not
    324324     *
    325325     * @since 3.1.0
     
    11511151
    11521152    /**
     1153     * Gets the name of the primary column.
     1154     *
    11531155     * Public wrapper for WP_List_Table::get_default_primary_column_name().
    11541156     *
     
    14521454
    14531455    /**
    1454      * Extra controls to be displayed between bulk actions and pagination.
     1456     * Displays extra controls between bulk actions and pagination.
    14551457     *
    14561458     * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.