Changeset 35229 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/16/2015 11:01:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r35019 r35229 501 501 ) ); 502 502 503 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count' ), false, 1 );503 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count', 'wp-a11y' ), false, 1 ); 504 504 did_action( 'init' ) && $scripts->localize( 'post', 'postL10n', array( 505 505 'ok' => __('OK'), … … 525 525 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.'), 526 526 'savingText' => __('Saving Draft…'), 527 'permalinkSaved' => __( 'Permalink saved' ), 527 528 ) ); 528 529
Note: See TracChangeset
for help on using the changeset viewer.