Changeset 18479 for trunk/wp-includes/script-loader.php
- Timestamp:
- 07/28/2011 05:35:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18474 r18479 318 318 $scripts->add_data( 'post', 'group', 1 ); 319 319 $scripts->add_script_data( 'post', 'postL10n', array( 320 'tagsUsed' => __('Tags used on this post:'),321 'add' => esc_attr(__('Add')),322 'addTag' => esc_attr(__('Add new Tag')),323 'separate' => __('Separate tags with commas'),324 320 'ok' => __('OK'), 325 321 'cancel' => __('Cancel'), 326 'edit' => __('Edit'),327 322 'publishOn' => __('Publish on:'), 328 323 'publishOnFuture' => __('Schedule for:'), … … 349 344 $scripts->add_data( 'comment', 'group', 1 ); 350 345 $scripts->add_script_data( 'comment', 'commentL10n', array( 351 'cancel' => __('Cancel'),352 'edit' => __('Edit'),353 346 'submittedOn' => __('Submitted on:') 354 347 ) );
Note: See TracChangeset
for help on using the changeset viewer.