Make WordPress Core

Changeset 28600


Ignore:
Timestamp:
05/28/2014 01:49:21 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix displaying taxonomies in bulk edit if the post type does not support titles.

props scribu.
fixes #16793.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/inline-edit-post.js

    r26549 r28600  
    5454        });
    5555
    56         $('#bulk-title-div').parents('fieldset').after(
     56        $('#bulk-edit').find('fieldset:first').after(
    5757            $('#inline-edit fieldset.inline-edit-categories').clone()
    5858        ).siblings( 'fieldset:last' ).prepend(
Note: See TracChangeset for help on using the changeset viewer.