Make WordPress Core


Ignore:
Timestamp:
05/13/2016 06:40:19 PM (10 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/locale.php

    r35967 r37431  
    333333
    334334        /**
    335          * Global variables are deprecated. For backwards compatibility only.
    336          *
    337          * @deprecated For backwards compatibility only.
     335         * Global variables are deprecated.
     336         *
     337         * For backward compatibility only.
     338         *
     339         * @deprecated For backward compatibility only.
    338340         * @access private
    339341         *
Note: See TracChangeset for help on using the changeset viewer.