Ticket #16332: 16332.2.patch
File 16332.2.patch, 1.2 KB (added by , 14 years ago) |
---|
-
wp-includes/script-loader.php
330 330 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20110524' ); 331 331 $scripts->add_data( 'post', 'group', 1 ); 332 332 $scripts->localize( 'post', 'postL10n', array( 333 'tagsUsed' => __('Tags used on this post:'),334 'add' => esc_attr(__('Add')),335 'addTag' => esc_attr(__('Add new Tag')),336 'separate' => __('Separate tags with commas'),337 333 'ok' => __('OK'), 338 334 'cancel' => __('Cancel'), 339 'edit' => __('Edit'),340 335 'publishOn' => __('Publish on:'), 341 336 'publishOnFuture' => __('Schedule for:'), 342 337 'publishOnPast' => __('Published on:'), … … 362 357 $scripts->add( 'comment', "/wp-admin/js/comment$suffix.js", array('jquery'), '20110429' ); 363 358 $scripts->add_data( 'comment', 'group', 1 ); 364 359 $scripts->localize( 'comment', 'commentL10n', array( 365 'cancel' => __('Cancel'),366 'edit' => __('Edit'),367 360 'submittedOn' => __('Submitted on:'), 368 361 'l10n_print_after' => 'try{convertEntities(commentL10n);}catch(e){};' 369 362 ) );