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

    r37342 r37431  
    41244124
    41254125    /**
    4126      * Make private properties readable for backwards compatibility.
     4126     * Make private properties readable for backward compatibility.
    41274127     *
    41284128     * @since 4.0.0
     
    41394139
    41404140    /**
    4141      * Make private properties checkable for backwards compatibility.
     4141     * Make private properties checkable for backward compatibility.
    41424142     *
    41434143     * @since 4.0.0
     
    41544154
    41554155    /**
    4156      * Make private/protected methods readable for backwards compatibility.
     4156     * Make private/protected methods readable for backward compatibility.
    41574157     *
    41584158     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.