Make WordPress Core


Ignore:
Timestamp:
12/06/2008 11:10:24 AM (15 years ago)
Author:
markjaquith
Message:

Make Password protected and private mutually exclusive when using Quick Edit.

File:
1 edited

Legend:

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

    r10075 r10088  
    251251        $scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'jquery' ), '20080625' );
    252252
    253         $scripts->add( 'inline-edit-post', '/wp-admin/js/inline-edit-post.js', array( 'jquery', 'jquery-form', 'suggest' ), '20081129' );
     253        $scripts->add( 'inline-edit-post', '/wp-admin/js/inline-edit-post.js', array( 'jquery', 'jquery-form', 'suggest' ), '20081206' );
    254254        $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array(
    255255            'error' => __('Error while saving the changes.'),
Note: See TracChangeset for help on using the changeset viewer.