57 $scripts->default_version = get_bloginfo( 'version' ); |
57 $scripts->default_version = get_bloginfo( 'version' ); |
58 $scripts->default_dirs = array('/wp-admin/js/', '/wp-includes/js/'); |
58 $scripts->default_dirs = array('/wp-admin/js/', '/wp-includes/js/'); |
59 |
59 |
60 $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '.dev' : ''; |
60 $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '.dev' : ''; |
61 |
61 |
62 $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20090102' ); |
62 $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js" ); |
63 |
63 |
64 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20091212' ); |
64 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), false, 1 ); |
65 $scripts->add_data( 'common', 'group', 1 ); |
65 did_action( 'init' ) && $scripts->localize( 'common', 'commonL10n', array( |
66 $scripts->localize( 'common', 'commonL10n', array( |
66 'warnDelete' => __("You are about to permanently delete the selected items.\n 'Cancel' to stop, 'OK' to delete.") |
67 'warnDelete' => __("You are about to permanently delete the selected items.\n 'Cancel' to stop, 'OK' to delete."), |
67 ) ); |
68 'l10n_print_after' => 'try{convertEntities(commonL10n);}catch(e){};' |
68 |
69 ) ); |
69 $scripts->add( 'sack', "/wp-includes/js/tw-sack$suffix.js", array(), '1.6.1', 1 ); |
70 |
70 |
71 $scripts->add( 'sack', "/wp-includes/js/tw-sack$suffix.js", false, '1.6.1' ); |
71 $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", array(), false, 1 ); |
72 $scripts->add_data( 'sack', 'group', 1 ); |
72 did_action( 'init' ) && $scripts->localize( 'quicktags', 'quicktagsL10n', array( |
73 |
|
74 $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", false, '20090307' ); |
|
75 $scripts->localize( 'quicktags', 'quicktagsL10n', array( |
|
76 'quickLinks' => __('(Quick Links)'), |
|
77 'wordLookup' => __('Enter a word to look up:'), |
73 'wordLookup' => __('Enter a word to look up:'), |
78 'dictionaryLookup' => esc_attr(__('Dictionary lookup')), |
74 'dictionaryLookup' => esc_attr(__('Dictionary lookup')), |
79 'lookup' => esc_attr(__('lookup')), |
75 'lookup' => esc_attr(__('lookup')), |
80 'closeAllOpenTags' => esc_attr(__('Close all open tags')), |
76 'closeAllOpenTags' => esc_attr(__('Close all open tags')), |
81 'closeTags' => esc_attr(__('close tags')), |
77 'closeTags' => esc_attr(__('close tags')), |
82 'enterURL' => __('Enter the URL'), |
78 'enterURL' => __('Enter the URL'), |
83 'enterImageURL' => __('Enter the URL of the image'), |
79 'enterImageURL' => __('Enter the URL of the image'), |
84 'enterImageDescription' => __('Enter a description of the image'), |
80 'enterImageDescription' => __('Enter a description of the image'), |
85 'l10n_print_after' => 'try{convertEntities(quicktagsL10n);}catch(e){};' |
81 'fullscreen' => __('fullscreen'), |
|
82 'toggleFullscreen' => esc_attr( __('Toggle fullscreen mode') ), |
|
83 'textdirection' => esc_attr( __('text direction') ), |
|
84 'toggleTextdirection' => esc_attr( __('Toggle Editor Text Direction') ) |
86 ) ); |
85 ) ); |
87 |
86 |
88 $scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' ); |
87 $scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' ); |
89 |
88 |
90 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", false, '20091124' ); |
89 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), false, 1 ); |
91 |
90 |
92 $scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6'); |
91 $scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), false, 1 ); |
93 |
92 |
94 $scripts->add( 'wp-ajax-response', "/wp-includes/js/wp-ajax-response$suffix.js", array('jquery'), '20091119' ); |
93 $scripts->add( 'prototype', '/wp-includes/js/prototype.js', array(), '1.6.1'); |
95 $scripts->add_data( 'wp-ajax-response', 'group', 1 ); |
94 |
96 $scripts->localize( 'wp-ajax-response', 'wpAjax', array( |
95 $scripts->add( 'wp-ajax-response', "/wp-includes/js/wp-ajax-response$suffix.js", array('jquery'), false, 1 ); |
|
96 did_action( 'init' ) && $scripts->localize( 'wp-ajax-response', 'wpAjax', array( |
97 'noPerm' => __('You do not have permission to do that.'), |
97 'noPerm' => __('You do not have permission to do that.'), |
98 'broken' => __('An unidentified error has occurred.'), |
98 'broken' => __('An unidentified error has occurred.') |
99 'l10n_print_after' => 'try{convertEntities(wpAjax);}catch(e){};' |
99 ) ); |
100 ) ); |
100 |
101 |
101 $scripts->add( 'wp-pointer', "/wp-includes/js/wp-pointer$suffix.js", array( 'jquery-ui-widget', 'jquery-ui-position' ), '20111129a', 1 ); |
102 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), '20091012' ); |
102 did_action( 'init' ) && $scripts->localize( 'wp-pointer', 'wpPointerL10n', array( |
103 $scripts->add_data( 'autosave', 'group', 1 ); |
103 'dismiss' => __('Dismiss'), |
104 |
104 ) ); |
105 $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array('wp-ajax-response'), '20091128' ); |
105 |
106 $scripts->add_data( 'wp-lists', 'group', 1 ); |
106 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), false, 1 ); |
107 |
107 |
108 $scripts->add( 'scriptaculous-root', '/wp-includes/js/scriptaculous/wp-scriptaculous.js', array('prototype'), '1.8.0'); |
108 $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array('wp-ajax-response'), false, 1 ); |
109 $scripts->add( 'scriptaculous-builder', '/wp-includes/js/scriptaculous/builder.js', array('scriptaculous-root'), '1.8.0'); |
109 |
110 $scripts->add( 'scriptaculous-dragdrop', '/wp-includes/js/scriptaculous/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.8.0'); |
110 $scripts->add( 'scriptaculous-root', '/wp-includes/js/scriptaculous/wp-scriptaculous.js', array('prototype'), '1.8.3'); |
111 $scripts->add( 'scriptaculous-effects', '/wp-includes/js/scriptaculous/effects.js', array('scriptaculous-root'), '1.8.0'); |
111 $scripts->add( 'scriptaculous-builder', '/wp-includes/js/scriptaculous/builder.js', array('scriptaculous-root'), '1.8.3'); |
112 $scripts->add( 'scriptaculous-slider', '/wp-includes/js/scriptaculous/slider.js', array('scriptaculous-effects'), '1.8.0'); |
112 $scripts->add( 'scriptaculous-dragdrop', '/wp-includes/js/scriptaculous/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.8.3'); |
113 $scripts->add( 'scriptaculous-sound', '/wp-includes/js/scriptaculous/sound.js', array( 'scriptaculous-root' ), '1.8.0' ); |
113 $scripts->add( 'scriptaculous-effects', '/wp-includes/js/scriptaculous/effects.js', array('scriptaculous-root'), '1.8.3'); |
114 $scripts->add( 'scriptaculous-controls', '/wp-includes/js/scriptaculous/controls.js', array('scriptaculous-root'), '1.8.0'); |
114 $scripts->add( 'scriptaculous-slider', '/wp-includes/js/scriptaculous/slider.js', array('scriptaculous-effects'), '1.8.3'); |
115 $scripts->add( 'scriptaculous', '', array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls'), '1.8.0'); |
115 $scripts->add( 'scriptaculous-sound', '/wp-includes/js/scriptaculous/sound.js', array( 'scriptaculous-root' ), '1.8.3' ); |
|
116 $scripts->add( 'scriptaculous-controls', '/wp-includes/js/scriptaculous/controls.js', array('scriptaculous-root'), '1.8.3'); |
|
117 $scripts->add( 'scriptaculous', '', array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls'), '1.8.3'); |
116 |
118 |
117 // not used in core, replaced by Jcrop.js |
119 // not used in core, replaced by Jcrop.js |
118 $scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118'); |
120 $scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop') ); |
119 |
121 |
120 $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.3.2'); |
122 $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.7.2' ); |
121 |
123 |
122 $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.7.1' ); |
124 // full jQuery UI |
123 $scripts->add_data( 'jquery-ui-core', 'group', 1 ); |
125 $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.8.20', 1 ); |
124 |
126 $scripts->add( 'jquery-effects-core', '/wp-includes/js/jquery/ui/jquery.effects.core.min.js', array('jquery'), '1.8.20', 1 ); |
125 $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core'), '1.7.1' ); |
127 |
126 $scripts->add_data( 'jquery-ui-tabs', 'group', 1 ); |
128 $scripts->add( 'jquery-effects-blind', '/wp-includes/js/jquery/ui/jquery.effects.blind.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
127 |
129 $scripts->add( 'jquery-effects-bounce', '/wp-includes/js/jquery/ui/jquery.effects.bounce.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
128 $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.7.1' ); |
130 $scripts->add( 'jquery-effects-clip', '/wp-includes/js/jquery/ui/jquery.effects.clip.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
129 $scripts->add_data( 'jquery-ui-sortable', 'group', 1 ); |
131 $scripts->add( 'jquery-effects-drop', '/wp-includes/js/jquery/ui/jquery.effects.drop.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
130 |
132 $scripts->add( 'jquery-effects-explode', '/wp-includes/js/jquery/ui/jquery.effects.explode.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
131 $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core'), '1.7.1' ); |
133 $scripts->add( 'jquery-effects-fade', '/wp-includes/js/jquery/ui/jquery.effects.fade.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
132 $scripts->add_data( 'jquery-ui-draggable', 'group', 1 ); |
134 $scripts->add( 'jquery-effects-fold', '/wp-includes/js/jquery/ui/jquery.effects.fold.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
133 |
135 $scripts->add( 'jquery-effects-highlight', '/wp-includes/js/jquery/ui/jquery.effects.highlight.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
134 $scripts->add( 'jquery-ui-droppable', '/wp-includes/js/jquery/ui.droppable.js', array('jquery-ui-core'), '1.7.1' ); |
136 $scripts->add( 'jquery-effects-pulsate', '/wp-includes/js/jquery/ui/jquery.effects.pulsate.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
135 $scripts->add_data( 'jquery-ui-droppable', 'group', 1 ); |
137 $scripts->add( 'jquery-effects-scale', '/wp-includes/js/jquery/ui/jquery.effects.scale.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
136 |
138 $scripts->add( 'jquery-effects-shake', '/wp-includes/js/jquery/ui/jquery.effects.shake.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
137 $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui.selectable.js', array('jquery-ui-core'), '1.7.1' ); |
139 $scripts->add( 'jquery-effects-slide', '/wp-includes/js/jquery/ui/jquery.effects.slide.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
138 $scripts->add_data( 'jquery-ui-selectable', 'group', 1 ); |
140 $scripts->add( 'jquery-effects-transfer', '/wp-includes/js/jquery/ui/jquery.effects.transfer.min.js', array('jquery-effects-core'), '1.8.20', 1 ); |
139 |
141 |
140 $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core'), '1.7.1' ); |
142 $scripts->add( 'jquery-ui-accordion', '/wp-includes/js/jquery/ui/jquery.ui.accordion.min.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.20', 1 ); |
141 $scripts->add_data( 'jquery-ui-resizable', 'group', 1 ); |
143 $scripts->add( 'jquery-ui-autocomplete', '/wp-includes/js/jquery/ui/jquery.ui.autocomplete.min.js', array('jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-position'), '1.8.20', 1 ); |
142 |
144 $scripts->add( 'jquery-ui-button', '/wp-includes/js/jquery/ui/jquery.ui.button.min.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.20', 1 ); |
143 $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui.dialog.js', array('jquery-ui-resizable', 'jquery-ui-draggable'), '1.7.1' ); |
145 $scripts->add( 'jquery-ui-datepicker', '/wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js', array('jquery-ui-core'), '1.8.20', 1 ); |
144 $scripts->add_data( 'jquery-ui-dialog', 'group', 1 ); |
146 $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui/jquery.ui.dialog.min.js', array('jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-button', 'jquery-ui-position'), '1.8.20', 1 ); |
|
147 $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui/jquery.ui.draggable.min.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.20', 1 ); |
|
148 $scripts->add( 'jquery-ui-droppable', '/wp-includes/js/jquery/ui/jquery.ui.droppable.min.js', array('jquery-ui-draggable'), '1.8.20', 1 ); |
|
149 $scripts->add( 'jquery-ui-mouse', '/wp-includes/js/jquery/ui/jquery.ui.mouse.min.js', array('jquery-ui-widget'), '1.8.20', 1 ); |
|
150 $scripts->add( 'jquery-ui-position', '/wp-includes/js/jquery/ui/jquery.ui.position.min.js', array('jquery'), '1.8.20', 1 ); |
|
151 $scripts->add( 'jquery-ui-progressbar', '/wp-includes/js/jquery/ui/jquery.ui.progressbar.min.js', array('jquery-ui-widget'), '1.8.20', 1 ); |
|
152 $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui/jquery.ui.resizable.min.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.20', 1 ); |
|
153 $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui/jquery.ui.selectable.min.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.20', 1 ); |
|
154 $scripts->add( 'jquery-ui-slider', '/wp-includes/js/jquery/ui/jquery.ui.slider.min.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.20', 1 ); |
|
155 $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui/jquery.ui.sortable.min.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.20', 1 ); |
|
156 $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.20', 1 ); |
|
157 $scripts->add( 'jquery-ui-widget', '/wp-includes/js/jquery/ui/jquery.ui.widget.min.js', array('jquery'), '1.8.20', 1 ); |
145 |
158 |
146 // deprecated, not used in core, most functionality is included in jQuery 1.3 |
159 // deprecated, not used in core, most functionality is included in jQuery 1.3 |
147 $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '2.02m'); |
160 $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '2.73', 1 ); |
148 $scripts->add_data( 'jquery-form', 'group', 1 ); |
161 |
149 |
162 // jQuery plugins |
150 $scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color$suffix.js", array('jquery'), '2.0-4561m'); |
163 $scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color$suffix.js", array('jquery'), '2.0-4561m', 1 ); |
151 $scripts->add_data( 'jquery-color', 'group', 1 ); |
164 $scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20110113', 1 ); |
152 |
165 $scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20m', 1 ); |
153 // deprecated, not used in core |
166 $scripts->add( 'jquery-query', "/wp-includes/js/jquery/jquery.query.js", array('jquery'), '2.1.7', 1 ); |
154 $scripts->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' ); |
167 $scripts->add( 'jquery-serialize-object', "/wp-includes/js/jquery/jquery.serialize-object.js", array('jquery'), '0.2', 1 ); |
155 |
168 $scripts->add( 'jquery-hotkeys', "/wp-includes/js/jquery/jquery.hotkeys$suffix.js", array('jquery'), '0.0.2m', 1 ); |
156 $scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20090125'); |
169 $scripts->add( 'jquery-table-hotkeys', "/wp-includes/js/jquery/jquery.table-hotkeys$suffix.js", array('jquery', 'jquery-hotkeys'), false, 1 ); |
157 $scripts->add_data( 'suggest', 'group', 1 ); |
170 $scripts->add( 'jquery-touch-punch', "/wp-includes/js/jquery/jquery.ui.touch-punch.js", array('jquery-ui-widget', 'jquery-ui-mouse'), '0.2.2', 1 ); |
158 |
171 |
159 $scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20m'); |
172 $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-20111117', 1 ); |
160 $scripts->add_data( 'schedule', 'group', 1 ); |
173 did_action( 'init' ) && $scripts->localize( 'thickbox', 'thickboxL10n', array( |
161 |
|
162 $scripts->add( 'jquery-hotkeys', "/wp-includes/js/jquery/jquery.hotkeys$suffix.js", array('jquery'), '0.0.2m' ); |
|
163 $scripts->add_data( 'jquery-hotkeys', 'group', 1 ); |
|
164 |
|
165 $scripts->add( 'jquery-table-hotkeys', "/wp-includes/js/jquery/jquery.table-hotkeys$suffix.js", array('jquery', 'jquery-hotkeys'), '20090102' ); |
|
166 $scripts->add_data( 'jquery-table-hotkeys', 'group', 1 ); |
|
167 |
|
168 $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-20091124'); |
|
169 $scripts->add_data( 'thickbox', 'group', 1 ); |
|
170 $scripts->localize( 'thickbox', 'thickboxL10n', array( |
|
171 'next' => __('Next >'), |
174 'next' => __('Next >'), |
172 'prev' => __('< Prev'), |
175 'prev' => __('< Prev'), |
173 'image' => __('Image'), |
176 'image' => __('Image'), |
174 'of' => __('of'), |
177 'of' => __('of'), |
175 'close' => __('Close'), |
178 'close' => __('Close'), |
176 'l10n_print_after' => 'try{convertEntities(thickboxL10n);}catch(e){};' |
179 'noiframes' => __('This feature requires inline frames. You have iframes disabled or your browser does not support them.'), |
177 ) ); |
180 'loadingAnimation' => includes_url('js/thickbox/loadingAnimation.gif'), |
178 |
181 'closeImage' => includes_url('js/thickbox/tb-close.png') |
179 |
182 ) ); |
180 $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.8'); |
183 |
181 |
184 $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.8-20110113'); |
182 $scripts->add( 'swfobject', "/wp-includes/js/swfobject.js", false, '2.1'); |
185 |
183 |
186 $scripts->add( 'swfobject', "/wp-includes/js/swfobject.js", array(), '2.2-20120417'); |
184 $scripts->add( 'swfupload', '/wp-includes/js/swfupload/swfupload.js', false, '2201'); |
187 |
185 $scripts->add( 'swfupload-swfobject', '/wp-includes/js/swfupload/plugins/swfupload.swfobject.js', array('swfupload', 'swfobject'), '2201'); |
188 // common bits for both uploaders |
|
189 $max_upload_size = ( (int) ( $max_up = @ini_get('upload_max_filesize') ) < (int) ( $max_post = @ini_get('post_max_size') ) ) ? $max_up : $max_post; |
|
190 |
|
191 if ( empty($max_upload_size) ) |
|
192 $max_upload_size = __('not configured'); |
|
193 |
|
194 // error message for both plupload and swfupload |
|
195 $uploader_l10n = array( |
|
196 'queue_limit_exceeded' => __('You have attempted to queue too many files.'), |
|
197 'file_exceeds_size_limit' => __('%s exceeds the maximum upload size for this site.'), |
|
198 'zero_byte_file' => __('This file is empty. Please try another.'), |
|
199 'invalid_filetype' => __('This file type is not allowed. Please try another.'), |
|
200 'not_an_image' => __('This file is not an image. Please try another.'), |
|
201 'image_memory_exceeded' => __('Memory exceeded. Please try another smaller file.'), |
|
202 'image_dimensions_exceeded' => __('This is larger than the maximum size. Please try another.'), |
|
203 'default_error' => __('An error occurred in the upload. Please try again later.'), |
|
204 'missing_upload_url' => __('There was a configuration error. Please contact the server administrator.'), |
|
205 'upload_limit_exceeded' => __('You may only upload 1 file.'), |
|
206 'http_error' => __('HTTP error.'), |
|
207 'upload_failed' => __('Upload failed.'), |
|
208 'big_upload_failed' => __('Please try uploading this file with the %1$sbrowser uploader%2$s.'), |
|
209 'big_upload_queued' => __('%s exceeds the maximum upload size for the multi-file uploader when used in your browser.'), |
|
210 'io_error' => __('IO error.'), |
|
211 'security_error' => __('Security error.'), |
|
212 'file_cancelled' => __('File canceled.'), |
|
213 'upload_stopped' => __('Upload stopped.'), |
|
214 'dismiss' => __('Dismiss'), |
|
215 'crunching' => __('Crunching…'), |
|
216 'deleted' => __('moved to the trash.'), |
|
217 'error_uploading' => __('“%s” has failed to upload.') |
|
218 ); |
|
219 |
|
220 $scripts->add( 'plupload', '/wp-includes/js/plupload/plupload.js', '1.5.4' ); |
|
221 $scripts->add( 'plupload-html5', '/wp-includes/js/plupload/plupload.html5.js', array('plupload'), '1.5.4' ); |
|
222 $scripts->add( 'plupload-flash', '/wp-includes/js/plupload/plupload.flash.js', array('plupload'), '1.5.4' ); |
|
223 $scripts->add( 'plupload-silverlight', '/wp-includes/js/plupload/plupload.silverlight.js', array('plupload'), '1.5.4' ); |
|
224 $scripts->add( 'plupload-html4', '/wp-includes/js/plupload/plupload.html4.js', array('plupload'), '1.5.4' ); |
|
225 |
|
226 // cannot use the plupload.full.js, as it loads browserplus init JS from Yahoo |
|
227 $scripts->add( 'plupload-all', false, array('plupload', 'plupload-html5', 'plupload-flash', 'plupload-silverlight', 'plupload-html4'), '1.5.4' ); |
|
228 |
|
229 $scripts->add( 'plupload-handlers', "/wp-includes/js/plupload/handlers$suffix.js", array('plupload-all', 'jquery') ); |
|
230 did_action( 'init' ) && $scripts->localize( 'plupload-handlers', 'pluploadL10n', $uploader_l10n ); |
|
231 |
|
232 $scripts->add( 'wp-plupload', "/wp-includes/js/plupload/wp-plupload$suffix.js", array('plupload-all', 'jquery', 'json2') ); |
|
233 did_action( 'init' ) && $scripts->localize( 'wp-plupload', 'pluploadL10n', $uploader_l10n ); |
|
234 |
|
235 // keep 'swfupload' for back-compat. |
|
236 $scripts->add( 'swfupload', '/wp-includes/js/swfupload/swfupload.js', array(), '2201-20110113'); |
|
237 $scripts->add( 'swfupload-swfobject', '/wp-includes/js/swfupload/plugins/swfupload.swfobject.js', array('swfupload', 'swfobject'), '2201a'); |
186 $scripts->add( 'swfupload-queue', '/wp-includes/js/swfupload/plugins/swfupload.queue.js', array('swfupload'), '2201'); |
238 $scripts->add( 'swfupload-queue', '/wp-includes/js/swfupload/plugins/swfupload.queue.js', array('swfupload'), '2201'); |
187 $scripts->add( 'swfupload-speed', '/wp-includes/js/swfupload/plugins/swfupload.speed.js', array('swfupload'), '2201'); |
239 $scripts->add( 'swfupload-speed', '/wp-includes/js/swfupload/plugins/swfupload.speed.js', array('swfupload'), '2201'); |
188 |
240 |
189 if ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) { |
241 if ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) { |
190 // queue all SWFUpload scripts that are used by default |
242 // queue all SWFUpload scripts that are used by default |
191 $scripts->add( 'swfupload-all', false, array('swfupload', 'swfupload-swfobject', 'swfupload-queue'), '2201'); |
243 $scripts->add( 'swfupload-all', false, array('swfupload', 'swfupload-swfobject', 'swfupload-queue'), '2201'); |
192 } else { |
244 } else { |
193 $scripts->add( 'swfupload-all', '/wp-includes/js/swfupload/swfupload-all.js', array(), '2201'); |
245 $scripts->add( 'swfupload-all', '/wp-includes/js/swfupload/swfupload-all.js', array(), '2201a'); |
194 } |
246 } |
195 |
247 |
196 $scripts->add( 'swfupload-handlers', "/wp-includes/js/swfupload/handlers$suffix.js", array('swfupload-all', 'jquery'), '2201-20091208'); |
248 $scripts->add( 'swfupload-handlers', "/wp-includes/js/swfupload/handlers$suffix.js", array('swfupload-all', 'jquery'), '2201-20110524'); |
197 $max_upload_size = ( (int) ( $max_up = @ini_get('upload_max_filesize') ) < (int) ( $max_post = @ini_get('post_max_size') ) ) ? $max_up : $max_post; |
249 did_action( 'init' ) && $scripts->localize( 'swfupload-handlers', 'swfuploadL10n', $uploader_l10n ); |
198 if ( empty($max_upload_size) ) |
250 |
199 $max_upload_size = __('not configured'); |
251 $scripts->add( 'comment-reply', "/wp-includes/js/comment-reply$suffix.js" ); |
200 // these error messages came from the sample swfupload js, they might need changing. |
252 |
201 $scripts->localize( 'swfupload-handlers', 'swfuploadL10n', array( |
253 $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", array(), '2011-02-23'); |
202 'queue_limit_exceeded' => __('You have attempted to queue too many files.'), |
254 |
203 'file_exceeds_size_limit' => sprintf( __('This file is too big. The maximum upload size for your server is %s.'), $max_upload_size ), |
255 $scripts->add( 'imgareaselect', "/wp-includes/js/imgareaselect/jquery.imgareaselect$suffix.js", array('jquery'), '0.9.8', 1 ); |
204 'zero_byte_file' => __('This file is empty. Please try another.'), |
256 |
205 'invalid_filetype' => __('This file type is not allowed. Please try another.'), |
257 $scripts->add( 'password-strength-meter', "/wp-admin/js/password-strength-meter$suffix.js", array('jquery'), false, 1 ); |
206 'default_error' => __('An error occurred in the upload. Please try again later.'), |
258 did_action( 'init' ) && $scripts->localize( 'password-strength-meter', 'pwsL10n', array( |
207 'missing_upload_url' => __('There was a configuration error. Please contact the server administrator.'), |
259 'empty' => __('Strength indicator'), |
208 'upload_limit_exceeded' => __('You may only upload 1 file.'), |
260 'short' => __('Very weak'), |
209 'http_error' => __('HTTP error.'), |
261 'bad' => __('Weak'), |
210 'upload_failed' => __('Upload failed.'), |
262 /* translators: password strength */ |
211 'io_error' => __('IO error.'), |
263 'good' => _x('Medium', 'password strength'), |
212 'security_error' => __('Security error.'), |
264 'strong' => __('Strong'), |
213 'file_cancelled' => __('File cancelled.'), |
265 'mismatch' => __('Mismatch') |
214 'upload_stopped' => __('Upload stopped.'), |
266 ) ); |
215 'dismiss' => __('Dismiss'), |
267 |
216 'crunching' => __('Crunching…'), |
268 $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array( 'jquery', 'password-strength-meter' ), false, 1 ); |
217 'deleted' => __('moved to the trash.'), |
269 |
218 'l10n_print_after' => 'try{convertEntities(swfuploadL10n);}catch(e){};' |
270 $scripts->add( 'user-suggest', "/wp-admin/js/user-suggest$suffix.js", array( 'jquery-ui-autocomplete' ), false, 1 ); |
219 ) ); |
271 |
220 |
272 $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", array(), false, 1 ); |
221 $scripts->add( 'comment-reply', "/wp-includes/js/comment-reply$suffix.js", false, '20090102'); |
273 |
222 |
274 $scripts->add( 'wplink', "/wp-includes/js/wplink$suffix.js", array( 'jquery', 'wpdialogs' ), false, 1 ); |
223 $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", false, '20090817'); |
275 did_action( 'init' ) && $scripts->localize( 'wplink', 'wpLinkL10n', array( |
224 |
276 'title' => __('Insert/edit link'), |
225 $scripts->add( 'imgareaselect', "/wp-includes/js/imgareaselect/jquery.imgareaselect$suffix.js", array('jquery'), '0.9.1' ); |
277 'update' => __('Update'), |
226 $scripts->add_data( 'imgareaselect', 'group', 1 ); |
278 'save' => __('Add Link'), |
|
279 'noTitle' => __('(no title)'), |
|
280 'noMatchesFound' => __('No matches found.') |
|
281 ) ); |
|
282 |
|
283 $scripts->add( 'wpdialogs', "/wp-includes/js/tinymce/plugins/wpdialogs/js/wpdialog$suffix.js", array( 'jquery-ui-dialog' ), false, 1 ); |
|
284 |
|
285 $scripts->add( 'wpdialogs-popup', "/wp-includes/js/tinymce/plugins/wpdialogs/js/popup$suffix.js", array( 'wpdialogs' ), false, 1 ); |
|
286 |
|
287 $scripts->add( 'word-count', "/wp-admin/js/word-count$suffix.js", array( 'jquery' ), false, 1 ); |
|
288 did_action( 'init' ) && $scripts->localize( 'word-count', 'wordCountL10n', array( |
|
289 /* translators: If your word count is based on single characters (East Asian characters), |
|
290 enter 'characters'. Otherwise, enter 'words'. Do not translate into your own language. */ |
|
291 'type' => 'characters' == _x( 'words', 'word count: words or characters?' ) ? 'c' : 'w', |
|
292 ) ); |
|
293 |
|
294 $scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox' ), false, 1 ); |
|
295 |
|
296 $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array('jquery'), 'r6', 1 ); |
|
297 |
|
298 $scripts->add( 'customize-base', "/wp-includes/js/customize-base$suffix.js", array( 'jquery', 'json2' ), false, 1 ); |
|
299 $scripts->add( 'customize-loader', "/wp-includes/js/customize-loader$suffix.js", array( 'customize-base' ), false, 1 ); |
|
300 $scripts->add( 'customize-preview', "/wp-includes/js/customize-preview$suffix.js", array( 'customize-base' ), false, 1 ); |
|
301 $scripts->add( 'customize-controls', "/wp-admin/js/customize-controls$suffix.js", array( 'customize-base' ), false, 1 ); |
|
302 did_action( 'init' ) && $scripts->localize( 'customize-controls', '_wpCustomizeControlsL10n', array( |
|
303 'activate' => __( 'Save & Activate' ), |
|
304 'save' => __( 'Save & Publish' ), |
|
305 'saved' => __( 'Saved' ), |
|
306 'cancel' => __( 'Cancel' ), |
|
307 'close' => __( 'Close' ), |
|
308 'cheatin' => __( 'Cheatin’ uh?' ), |
|
309 ) ); |
227 |
310 |
228 if ( is_admin() ) { |
311 if ( is_admin() ) { |
229 $scripts->add( 'ajaxcat', "/wp-admin/js/cat$suffix.js", array( 'wp-lists' ), '20090102' ); |
312 $scripts->add( 'ajaxcat', "/wp-admin/js/cat$suffix.js", array( 'wp-lists' ) ); |
230 $scripts->add_data( 'ajaxcat', 'group', 1 ); |
313 $scripts->add_data( 'ajaxcat', 'group', 1 ); |
231 $scripts->localize( 'ajaxcat', 'catL10n', array( |
314 did_action( 'init' ) && $scripts->localize( 'ajaxcat', 'catL10n', array( |
232 'add' => esc_attr(__('Add')), |
315 'add' => esc_attr(__('Add')), |
233 'how' => __('Separate multiple categories with commas.'), |
316 'how' => __('Separate multiple categories with commas.') |
234 'l10n_print_after' => 'try{convertEntities(catL10n);}catch(e){};' |
|
235 ) ); |
317 ) ); |
236 |
318 |
237 $scripts->add( 'admin-categories', "/wp-admin/js/categories$suffix.js", array('wp-lists'), '20091201' ); |
319 $scripts->add( 'admin-categories', "/wp-admin/js/categories$suffix.js", array('wp-lists'), false, 1 ); |
238 $scripts->add_data( 'admin-categories', 'group', 1 ); |
320 |
239 |
321 $scripts->add( 'admin-tags', "/wp-admin/js/tags$suffix.js", array('jquery', 'wp-ajax-response'), false, 1 ); |
240 $scripts->add( 'admin-tags', "/wp-admin/js/tags$suffix.js", array('jquery'), '20090623' ); |
322 did_action( 'init' ) && $scripts->localize( 'admin-tags', 'tagsl10n', array( |
241 $scripts->add_data( 'admin-tags', 'group', 1 ); |
|
242 $scripts->localize( 'admin-tags', 'tagsl10n', array( |
|
243 'noPerm' => __('You do not have permission to do that.'), |
323 'noPerm' => __('You do not have permission to do that.'), |
244 'broken' => __('An unidentified error has occurred.'), |
324 'broken' => __('An unidentified error has occurred.') |
245 'l10n_print_after' => 'try{convertEntities(tagsl10n);}catch(e){};' |
|
246 )); |
325 )); |
247 |
326 |
248 $scripts->add( 'admin-custom-fields', "/wp-admin/js/custom-fields$suffix.js", array('wp-lists'), '20090106' ); |
327 $scripts->add( 'admin-custom-fields', "/wp-admin/js/custom-fields$suffix.js", array('wp-lists'), false, 1 ); |
249 $scripts->add_data( 'admin-custom-fields', 'group', 1 ); |
328 |
250 |
329 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'quicktags', 'jquery-query'), false, 1 ); |
251 $scripts->add( 'password-strength-meter', "/wp-admin/js/password-strength-meter$suffix.js", array('jquery'), '20090102' ); |
330 did_action( 'init' ) && $scripts->localize( 'admin-comments', 'adminCommentsL10n', array( |
252 $scripts->add_data( 'password-strength-meter', 'group', 1 ); |
331 'hotkeys_highlight_first' => isset($_GET['hotkeys_highlight_first']), |
253 $scripts->localize( 'password-strength-meter', 'pwsL10n', array( |
332 'hotkeys_highlight_last' => isset($_GET['hotkeys_highlight_last']), |
254 'empty' => __('Strength indicator'), |
333 'replyApprove' => __( 'Approve and Reply' ), |
255 'short' => __('Very weak'), |
334 'reply' => __( 'Reply' ) |
256 'bad' => __('Weak'), |
|
257 /* translators: password strength */ |
|
258 'good' => _x('Medium', 'password strength'), |
|
259 'strong' => __('Strong'), |
|
260 'l10n_print_after' => 'try{convertEntities(pwsL10n);}catch(e){};' |
|
261 ) ); |
335 ) ); |
262 |
336 |
263 $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array('jquery'), '20090514' ); |
337 $scripts->add( 'xfn', "/wp-admin/js/xfn$suffix.js", array('jquery'), false, 1 ); |
264 $scripts->add_data( 'user-profile', 'group', 1 ); |
338 |
265 |
339 $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), false, 1 ); |
266 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20091129' ); |
340 |
267 $scripts->add_data( 'admin-comments', 'group', 1 ); |
341 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), false, 1 ); |
268 $scripts->localize( 'admin-comments', 'adminCommentsL10n', array( |
342 did_action( 'init' ) && $scripts->localize( 'post', 'postL10n', array( |
269 'hotkeys_highlight_first' => isset($_GET['hotkeys_highlight_first']), |
|
270 'hotkeys_highlight_last' => isset($_GET['hotkeys_highlight_last']) |
|
271 ) ); |
|
272 |
|
273 $scripts->add( 'xfn', "/wp-admin/js/xfn$suffix.js", false, '3517m' ); |
|
274 |
|
275 $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20091012' ); |
|
276 $scripts->add_data( 'postbox', 'group', 1 ); |
|
277 |
|
278 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20091208' ); |
|
279 $scripts->add_data( 'post', 'group', 1 ); |
|
280 $scripts->localize( 'post', 'postL10n', array( |
|
281 'tagsUsed' => __('Tags used on this post:'), |
|
282 'add' => esc_attr(__('Add')), |
|
283 'addTag' => esc_attr(__('Add new tag')), |
|
284 'separate' => __('Separate tags with commas'), |
|
285 'ok' => __('OK'), |
343 'ok' => __('OK'), |
286 'cancel' => __('Cancel'), |
344 'cancel' => __('Cancel'), |
287 'edit' => __('Edit'), |
|
288 'publishOn' => __('Publish on:'), |
345 'publishOn' => __('Publish on:'), |
289 'publishOnFuture' => __('Schedule for:'), |
346 'publishOnFuture' => __('Schedule for:'), |
290 'publishOnPast' => __('Published on:'), |
347 'publishOnPast' => __('Published on:'), |
291 'showcomm' => __('Show more comments'), |
348 'showcomm' => __('Show more comments'), |
292 'endcomm' => __('No more comments found.'), |
349 'endcomm' => __('No more comments found.'), |
293 'publish' => __('Publish'), |
350 'publish' => __('Publish'), |
294 'schedule' => __('Schedule'), |
351 'schedule' => __('Schedule'), |
295 'updatePost' => __('Update Post'), |
352 'update' => __('Update'), |
296 'updatePage' => __('Update Page'), |
|
297 'savePending' => __('Save as Pending'), |
353 'savePending' => __('Save as Pending'), |
298 'saveDraft' => __('Save Draft'), |
354 'saveDraft' => __('Save Draft'), |
299 'private' => __('Private'), |
355 'private' => __('Private'), |
300 'public' => __('Public'), |
356 'public' => __('Public'), |
301 'publicSticky' => __('Public, Sticky'), |
357 'publicSticky' => __('Public, Sticky'), |
302 'password' => __('Password Protected'), |
358 'password' => __('Password Protected'), |
303 'privatelyPublished' => __('Privately Published'), |
359 'privatelyPublished' => __('Privately Published'), |
304 'published' => __('Published'), |
360 'published' => __('Published'), |
305 'l10n_print_after' => 'try{convertEntities(postL10n);}catch(e){};' |
361 'comma' => _x( ',', 'tag delimiter' ), |
306 ) ); |
362 ) ); |
307 |
363 |
308 $scripts->add( 'link', "/wp-admin/js/link$suffix.js", array('wp-lists', 'postbox'), '20090506' ); |
364 $scripts->add( 'link', "/wp-admin/js/link$suffix.js", array('wp-lists', 'postbox'), false, 1 ); |
309 $scripts->add_data( 'link', 'group', 1 ); |
365 |
310 |
366 $scripts->add( 'comment', "/wp-admin/js/comment$suffix.js", array('jquery') ); |
311 $scripts->add( 'comment', "/wp-admin/js/comment$suffix.js", array('jquery'), '20091202' ); |
|
312 $scripts->add_data( 'comment', 'group', 1 ); |
367 $scripts->add_data( 'comment', 'group', 1 ); |
313 $scripts->localize( 'comment', 'commentL10n', array( |
368 did_action( 'init' ) && $scripts->localize( 'comment', 'commentL10n', array( |
314 'cancel' => __('Cancel'), |
369 'submittedOn' => __('Submitted on:') |
315 'edit' => __('Edit'), |
|
316 'submittedOn' => __('Submitted on:'), |
|
317 'l10n_print_after' => 'try{convertEntities(commentL10n);}catch(e){};' |
|
318 ) ); |
370 ) ); |
319 |
371 |
320 $scripts->add( 'admin-gallery', "/wp-admin/js/gallery$suffix.js", array( 'jquery-ui-sortable' ), '20090516' ); |
372 $scripts->add( 'admin-gallery', "/wp-admin/js/gallery$suffix.js", array( 'jquery-ui-sortable' ) ); |
321 |
373 |
322 $scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox' ), '20091023' ); |
374 $scripts->add( 'admin-widgets', "/wp-admin/js/widgets$suffix.js", array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable' ), false, 1 ); |
323 $scripts->add_data( 'media-upload', 'group', 1 ); |
375 |
324 |
376 $scripts->add( 'theme', "/wp-admin/js/theme$suffix.js", array( 'jquery' ), false, 1 ); |
325 $scripts->add( 'admin-widgets', "/wp-admin/js/widgets$suffix.js", array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable' ), '20090824' ); |
377 |
326 $scripts->add_data( 'admin-widgets', 'group', 1 ); |
378 // @todo: Core no longer uses theme-preview.js. Remove? |
327 |
379 $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), false, 1 ); |
328 $scripts->add( 'word-count', "/wp-admin/js/word-count$suffix.js", array( 'jquery' ), '20090422' ); |
380 |
329 $scripts->add_data( 'word-count', 'group', 1 ); |
381 $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), false, 1 ); |
330 $scripts->localize( 'word-count', 'wordCountL10n', array( |
382 did_action( 'init' ) && $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array( |
331 'count' => __('Word count: %d'), |
|
332 'l10n_print_after' => 'try{convertEntities(wordCountL10n);}catch(e){};' |
|
333 )); |
|
334 |
|
335 $scripts->add( 'wp-gears', "/wp-admin/js/wp-gears$suffix.js", false, '20090717' ); |
|
336 $scripts->localize( 'wp-gears', 'wpGearsL10n', array( |
|
337 'updateCompleted' => __('Update completed.'), |
|
338 'error' => __('Error:'), |
|
339 'l10n_print_after' => 'try{convertEntities(wpGearsL10n);}catch(e){};' |
|
340 )); |
|
341 |
|
342 $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), '20090319' ); |
|
343 $scripts->add_data( 'theme-preview', 'group', 1 ); |
|
344 |
|
345 $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), '20091202' ); |
|
346 $scripts->add_data( 'inline-edit-post', 'group', 1 ); |
|
347 $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array( |
|
348 'error' => __('Error while saving the changes.'), |
383 'error' => __('Error while saving the changes.'), |
349 'ntdeltitle' => __('Remove From Bulk Edit'), |
384 'ntdeltitle' => __('Remove From Bulk Edit'), |
350 'notitle' => __('(no title)'), |
385 'notitle' => __('(no title)'), |
351 'l10n_print_after' => 'try{convertEntities(inlineEditL10n);}catch(e){};' |
386 'comma' => _x( ',', 'tag delimiter' ), |
352 ) ); |
387 ) ); |
353 |
388 |
354 $scripts->add( 'inline-edit-tax', "/wp-admin/js/inline-edit-tax$suffix.js", array( 'jquery' ), '20090623' ); |
389 $scripts->add( 'inline-edit-tax', "/wp-admin/js/inline-edit-tax$suffix.js", array( 'jquery' ), false, 1 ); |
355 $scripts->add_data( 'inline-edit-tax', 'group', 1 ); |
390 did_action( 'init' ) && $scripts->localize( 'inline-edit-tax', 'inlineEditL10n', array( |
356 $scripts->localize( 'inline-edit-tax', 'inlineEditL10n', array( |
391 'error' => __('Error while saving the changes.') |
357 'error' => __('Error while saving the changes.'), |
|
358 'l10n_print_after' => 'try{convertEntities(inlineEditL10n);}catch(e){};' |
|
359 ) ); |
392 ) ); |
360 |
393 |
361 $scripts->add( 'plugin-install', "/wp-admin/js/plugin-install$suffix.js", array( 'jquery' ), '20090520' ); |
394 $scripts->add( 'plugin-install', "/wp-admin/js/plugin-install$suffix.js", array( 'jquery', 'thickbox' ), false, 1 ); |
362 $scripts->add_data( 'plugin-install', 'group', 1 ); |
395 did_action( 'init' ) && $scripts->localize( 'plugin-install', 'plugininstallL10n', array( |
363 $scripts->localize( 'plugin-install', 'plugininstallL10n', array( |
|
364 'plugin_information' => __('Plugin Information:'), |
396 'plugin_information' => __('Plugin Information:'), |
365 'l10n_print_after' => 'try{convertEntities(plugininstallL10n);}catch(e){};' |
397 'ays' => __('Are you sure you want to install this plugin?') |
366 ) ); |
398 ) ); |
367 |
399 |
368 $scripts->add( 'farbtastic', '/wp-admin/js/farbtastic.js', array('jquery'), '1.2' ); |
400 $scripts->add( 'farbtastic', '/wp-admin/js/farbtastic.js', array('jquery'), '1.2' ); |
369 |
401 |
370 $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox' ), '20090618' ); |
402 $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox' ), false, 1 ); |
371 $scripts->add_data( 'dashboard', 'group', 1 ); |
403 |
372 |
404 $scripts->add( 'list-revisions', "/wp-includes/js/wp-list-revisions$suffix.js" ); |
373 $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array('jquery'), '20090102' ); |
405 |
374 $scripts->add_data( 'hoverIntent', 'group', 1 ); |
406 $scripts->add( 'media', "/wp-admin/js/media$suffix.js", array( 'jquery-ui-draggable' ), false, 1 ); |
375 |
407 |
376 $scripts->add( 'media', "/wp-admin/js/media$suffix.js", array( 'jquery-ui-draggable' ), '20090415' ); |
408 $scripts->add( 'image-edit', "/wp-admin/js/image-edit$suffix.js", array('jquery', 'json2', 'imgareaselect'), false, 1 ); |
377 $scripts->add_data( 'media', 'group', 1 ); |
409 did_action( 'init' ) && $scripts->localize( 'image-edit', 'imageEditL10n', array( |
378 |
410 'error' => __( 'Could not load the preview image. Please reload the page and try again.' ) |
379 $scripts->add( 'codepress', '/wp-includes/js/codepress/codepress.js', false, '0.9.6' ); |
411 )); |
380 $scripts->add_data( 'codepress', 'group', 1 ); |
412 |
381 |
413 $scripts->add( 'set-post-thumbnail', "/wp-admin/js/set-post-thumbnail$suffix.js", array( 'jquery' ), false, 1 ); |
382 $scripts->add( 'image-edit', "/wp-admin/js/image-edit$suffix.js", array('jquery', 'json2', 'imgareaselect'), '20091111' ); |
414 did_action( 'init' ) && $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array( |
383 $scripts->add_data( 'image-edit', 'group', 1 ); |
415 'setThumbnail' => __( 'Use as featured image' ), |
384 |
|
385 $scripts->add( 'set-post-thumbnail', "/wp-admin/js/set-post-thumbnail$suffix.js", array( 'jquery' ), '20091210b' ); |
|
386 $scripts->add_data( 'set-post-thumbnail', 'group', 1 ); |
|
387 $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array( |
|
388 'setThumbnail' => __( 'Use as thumbnail' ), |
|
389 'saving' => __( 'Saving...' ), |
416 'saving' => __( 'Saving...' ), |
390 'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' ), |
417 'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' ), |
391 'done' => __( 'Done' ) |
418 'done' => __( 'Done' ) |
392 ) ); |
419 ) ); |
393 |
420 |
|
421 // Navigation Menus |
|
422 $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", array('jquery-ui-sortable') ); |
|
423 did_action( 'init' ) && $scripts->localize( 'nav-menu', 'navMenuL10n', array( |
|
424 'noResultsFound' => _x('No results found.', 'search results'), |
|
425 'warnDeleteMenu' => __( "You are about to permanently delete this menu. \n 'Cancel' to stop, 'OK' to delete." ), |
|
426 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.') |
|
427 ) ); |
|
428 |
|
429 $scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), false, 1 ); |
|
430 $scripts->add( 'media-gallery', "/wp-admin/js/media-gallery$suffix.js", array('jquery'), false, 1 ); |
394 } |
431 } |
395 } |
432 } |
396 |
433 |
397 /** |
434 /** |
398 * Assign default styles to $styles object. |
435 * Assign default styles to $styles object. |