Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way.

See #49572.

File:
1 edited

Legend:

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

    r47198 r48104  
    8585 *
    8686 * @param string|WP_Screen $screen  The screen hook name or screen object.
    87  * @param bool             $with_id Whether to set the id attribute or not.
     87 * @param bool             $with_id Whether to set the ID attribute or not.
    8888 */
    8989function print_column_headers( $screen, $with_id = true ) {
Note: See TracChangeset for help on using the changeset viewer.