Make WordPress Core


Ignore:
Timestamp:
11/29/2011 06:25:49 PM (13 years ago)
Author:
nacin
Message:

Fix tags suggest for bulk edit, for post_type post and taxonomy post_tag. Address all non-hierarchical taxonomies in 3.4. fixes #19716, props scottbasgaard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r19476 r19478  
    350350        $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), '20100407', 1 );
    351351
    352         $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), '20111107', 1 );
     352        $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), '20111129', 1 );
    353353        $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array(
    354354            'error' => __('Error while saving the changes.'),
Note: See TracChangeset for help on using the changeset viewer.