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-screen.php

    r36874 r37431  
    419419
    420420    /**
    421      * Sets the old string-based contextual help for the screen.
    422      *
    423      * For backwards compatibility.
     421     * Sets the old string-based contextual help for the screen for backward compatibility.
    424422     *
    425423     * @since 3.3.0
     
    723721     * Render the screen's help section.
    724722     *
    725      * This will trigger the deprecated filters for backwards compatibility.
     723     * This will trigger the deprecated filters for backward compatibility.
    726724     *
    727725     * @since 3.3.0
Note: See TracChangeset for help on using the changeset viewer.