Make WordPress Core


Ignore:
Timestamp:
11/07/2011 05:45:24 PM (12 years ago)
Author:
nacin
Message:

Merge and update variable declarations. fixes #19176.

File:
1 edited

Legend:

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

    r19203 r19205  
    346346        $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), '20100407', 1 );
    347347
    348         $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), '20110919', 1 );
     348        $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), '20111107', 1 );
    349349        $scripts->add_script_data( 'inline-edit-post', 'inlineEditL10n', array(
    350350            'error' => __('Error while saving the changes.'),
Note: See TracChangeset for help on using the changeset viewer.