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/ajax-actions.php

    r37288 r37431  
    24672467
    24682468/**
    2469  * Ajax handler for saving backwards compatible attachment attributes.
     2469 * Ajax handler for saving backward compatible attachment attributes.
    24702470 *
    24712471 * @since 3.5.0
     
    25532553 *
    25542554 * Generates the HTML to send an attachment to the editor.
    2555  * Backwards compatible with the media_send_to_editor filter
     2555 * Backward compatible with the media_send_to_editor filter
    25562556 * and the chain of filters that follow.
    25572557 *
     
    26182618 * Generates the HTML to send a non-image embed link to the editor.
    26192619 *
    2620  * Backwards compatible with the following filters:
     2620 * Backward compatible with the following filters:
    26212621 * - file_send_to_editor_url
    26222622 * - audio_send_to_editor_url
Note: See TracChangeset for help on using the changeset viewer.