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

    r37160 r37431  
    5555     *     @type bool       $teeny             Whether to output the minimal editor config. Examples include
    5656     *                                         Press This and the Comment editor. Default false.
    57      *     @type bool       $dfw               Deprecated in 4.1. Since 4.3 used only to enqueue wp-fullscreen-stub.js for backwards compatibility.
     57     *     @type bool       $dfw               Deprecated in 4.1. Since 4.3 used only to enqueue wp-fullscreen-stub.js
     58     *                                         for backward compatibility.
    5859     *     @type bool|array $tinymce           Whether to load TinyMCE. Can be used to pass settings directly to
    5960     *                                         TinyMCE using an array. Default true.
Note: See TracChangeset for help on using the changeset viewer.