Ticket #16332: 16332.patch
File 16332.patch, 1.2 KB (added by , 14 years ago) |
---|
-
wp-includes/script-loader.php
315 315 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20101222' ); 316 316 $scripts->add_data( 'post', 'group', 1 ); 317 317 $scripts->localize( 'post', 'postL10n', array( 318 'tagsUsed' => __('Tags used on this post:'),319 'add' => esc_attr(__('Add')),320 'addTag' => esc_attr(__('Add new Tag')),321 'separate' => __('Separate tags with commas'),322 318 'ok' => __('OK'), 323 319 'cancel' => __('Cancel'), 324 'edit' => __('Edit'),325 320 'publishOn' => __('Publish on:'), 326 321 'publishOnFuture' => __('Schedule for:'), 327 322 'publishOnPast' => __('Published on:'), … … 347 342 $scripts->add( 'comment', "/wp-admin/js/comment$suffix.js", array('jquery'), '20091202' ); 348 343 $scripts->add_data( 'comment', 'group', 1 ); 349 344 $scripts->localize( 'comment', 'commentL10n', array( 350 'cancel' => __('Cancel'),351 'edit' => __('Edit'),352 345 'submittedOn' => __('Submitted on:'), 353 346 'l10n_print_after' => 'try{convertEntities(commentL10n);}catch(e){};' 354 347 ) );