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/functions.php

    r37361 r37431  
    18501850 *
    18511851 * @param string $time Optional. Time formatted in 'yyyy/mm'. Default null.
    1852  * @param bool   $create_dir Optional. Whether to check and create the uploads directory. Default true (backwards compatible).
     1852 * @param bool   $create_dir Optional. Whether to check and create the uploads directory.
     1853 *                           Default true for backward compatibility.
    18531854 * @param bool   $refresh_cache Optional. Whether to refresh the cache. Default false.
    18541855 * @return array See above for description.
Note: See TracChangeset for help on using the changeset viewer.