Changeset 9402 for trunk/wp-includes/script-loader.php
- Timestamp:
- 10/29/2008 07:22:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r9396 r9402 184 184 'cancel' => __('Cancel'), 185 185 'edit' => __('Edit'), 186 'publishOn' => __('Publish on:'), 187 'publishOnFuture' => __('Schedule for:'), 188 'publishOnPast' => __('Published on:'), 186 189 'showcomm' => __('Show more comments'), 187 'endcomm' => __('No more comments found.') 190 'endcomm' => __('No more comments found.'), 191 'publish' => __('Publish'), 192 'schedule' => __('Schedule'), 193 'update' => __('Update Post'), 194 'savePending' => __('Save Pending'), 195 'saveDraft' => __('Save Draft') 188 196 ) ); 189 197 $scripts->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'postbox', 'settings-box'), '20080925' ); … … 309 317 $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie' ); 310 318 311 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081029 ' );319 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081029b' ); 312 320 $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' ); 313 321
Note: See TracChangeset
for help on using the changeset viewer.