Make WordPress Core

Changeset 23586


Ignore:
Timestamp:
03/02/2013 11:58:34 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix checkbox synchronization on Edit Link screen. fixes #23670.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/js/link.js

    r21688 r23586  
    3030        noSyncChecks = true;
    3131        var th = $(this), c = th.is(':checked'), id = th.val().toString();
    32         $('#in-link-category-' + id + ', #in-popular-category-' + id).prop( 'checked', c );
     32        $('#in-link-category-' + id + ', #in-popular-link_category-' + id).prop( 'checked', c );
    3333        noSyncChecks = false;
    3434    };
Note: See TracChangeset for help on using the changeset viewer.