Make WordPress Core


Ignore:
Timestamp:
04/01/2010 10:16:55 AM (15 years ago)
Author:
dd32
Message:

Use the correct slug value for reverting post slug inline editing. Props mitchoyoshitaka. Fixes #12788

File:
1 edited

Legend:

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

    r13900 r13909  
    280280        $scripts->add_data( 'postbox', 'group', 1 );
    281281
    282         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100224' );
     282        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100401' );
    283283        $scripts->add_data( 'post', 'group', 1 );
    284284        $scripts->localize( 'post', 'postL10n', array(
Note: See TracChangeset for help on using the changeset viewer.