]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/js/link.js
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-admin / js / link.js
index f8b4583d4377597961cf46ff3dd05931988458f1..bf5e67ede6afaf99de02f4a7891ea0ddd8ae2848 100644 (file)
@@ -29,7 +29,7 @@ jQuery(document).ready( function($) {
                        return;
                noSyncChecks = true;
                var th = $(this), c = th.is(':checked'), id = th.val().toString();
-               $('#in-link-category-' + id + ', #in-popular-category-' + id).prop( 'checked', c );
+               $('#in-link-category-' + id + ', #in-popular-link_category-' + id).prop( 'checked', c );
                noSyncChecks = false;
        };