Make WordPress Core


Ignore:
Timestamp:
10/23/2008 04:34:21 PM (16 years ago)
Author:
ryan
Message:

Bring back Quick Edit links

File:
1 edited

Legend:

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

    r9291 r9297  
    244244        $scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'jquery' ), '20080625' );
    245245
    246         $scripts->add( 'inline-edit-post', '/wp-admin/js/inline-edit-post.js', array( 'jquery', 'jquery-form', 'suggest' ), '20081014' );
     246        $scripts->add( 'inline-edit-post', '/wp-admin/js/inline-edit-post.js', array( 'jquery', 'jquery-form', 'suggest' ), '20081007' );
    247247        $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array(
    248             'error' => __('Error while saving the changes.'),
    249             'rem_title' => __('Remove from batch edit')
    250         ) );
    251 
    252         $scripts->add( 'inline-edit-tax', '/wp-admin/js/inline-edit-tax.js', array( 'jquery', 'jquery-form' ), '20081014' );
     248            'edit' => __('Double-click to edit'),
     249            'error' => __('Error while saving the changes.')
     250        ) );
     251
     252        $scripts->add( 'inline-edit-tax', '/wp-admin/js/inline-edit-tax.js', array( 'jquery', 'jquery-form' ), '20081007' );
    253253        $scripts->localize( 'inline-edit-tax', 'inlineEditL10n', array(
     254            'edit' => __('Double-click to edit'),
    254255            'error' => __('Error while saving the changes.')
    255256        ) );
Note: See TracChangeset for help on using the changeset viewer.