Make WordPress Core

Changeset 37195


Ignore:
Timestamp:
04/13/2016 07:28:52 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in wp-admin/js/postbox.js.

Props yoavf.
Fixes #36349.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/postbox.js

    r36296 r37195  
    111111                forcePlaceholderSize: true,
    112112                helper: function( event, element ) {
    113                     // `helper: 'clone'` is equilavalent to `return element.clone();`
     113                    // `helper: 'clone'` is equivalent to `return element.clone();`
    114114                    // Cloning a checked radio and then inserting that clone next to the original
    115115                    // radio unchecks the original radio (since only one of the two can be checked).
Note: See TracChangeset for help on using the changeset viewer.