Make WordPress Core


Ignore:
Timestamp:
10/17/2009 05:18:29 AM (15 years ago)
Author:
markjaquith
Message:

Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967

File:
1 edited

Legend:

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

    r12042 r12046  
    336336        $scripts->add_data( 'theme-preview', 'group', 1 );
    337337
    338         $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), '20090725' );
     338        $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), '20091016' );
    339339        $scripts->add_data( 'inline-edit-post', 'group', 1 );
    340340        $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array(
Note: See TracChangeset for help on using the changeset viewer.