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/class-wp-http-streams.php

    r35940 r37431  
    416416 * Deprecated HTTP Transport method which used fsockopen.
    417417 *
    418  * This class is not used, and is included for backwards compatibility only.
     418 * This class is not used, and is included for backward compatibility only.
    419419 * All code should make use of WP_Http directly through its API.
    420420 *
     
    425425 */
    426426class WP_HTTP_Fsockopen extends WP_HTTP_Streams {
    427     // For backwards compatibility for users who are using the class directly.
     427    // For backward compatibility for users who are using the class directly.
    428428}
Note: See TracChangeset for help on using the changeset viewer.