Changeset 19444 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/24/2011 12:20:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r19443 r19444 312 312 $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20111009a', 1 ); 313 313 314 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '2011 0524', 1 );314 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20111124', 1 ); 315 315 $scripts->localize( 'post', 'postL10n', array( 316 316 'ok' => __('OK'),
Note: See TracChangeset
for help on using the changeset viewer.