Make WordPress Core


Ignore:
Timestamp:
05/13/2016 06:40:19 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize on 'backward compatibility/compatible' nomenclature in core inline docs.

Also use 'back-compat' in some inline comments where backward compatibility is the subject and shorthand feels more natural.

Note: 'backwards compatibility/compatibile' can also be considered correct, though it's primary seen in regular use in British English.

Props ocean90.
Fixes #36835.

File:
1 edited

Legend:

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

    r37342 r37431  
    167167
    168168    /**
    169      * Make private properties readable for backwards compatibility.
     169     * Make private properties readable for backward compatibility.
    170170     *
    171171     * @since 4.0.0
     
    182182
    183183    /**
    184      * Make private properties settable for backwards compatibility.
     184     * Make private properties settable for backward compatibility.
    185185     *
    186186     * @since 4.0.0
     
    198198
    199199    /**
    200      * Make private properties checkable for backwards compatibility.
     200     * Make private properties checkable for backward compatibility.
    201201     *
    202202     * @since 4.0.0
     
    213213
    214214    /**
    215      * Make private properties un-settable for backwards compatibility.
     215     * Make private properties un-settable for backward compatibility.
    216216     *
    217217     * @since 4.0.0
     
    227227
    228228    /**
    229      * Make private/protected methods readable for backwards compatibility.
     229     * Make private/protected methods readable for backward compatibility.
    230230     *
    231231     * @since 4.0.0
     
    433433     *
    434434     * @param string $which The location of the bulk actions: 'top' or 'bottom'.
    435      *                      This is designated as optional for backwards-compatibility.
     435     *                      This is designated as optional for backward compatibility.
    436436     */
    437437    protected function bulk_actions( $which = '' ) {
Note: See TracChangeset for help on using the changeset viewer.