Changeset 9610
- Timestamp:
- 11/11/2008 12:38:55 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 6 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/gears-manifest.php
r9330 r9610 124 124 { 125 125 "betaManifestVersion" : 1, 126 "version" : "<?php echo $man_version; ?>_20081 002",126 "version" : "<?php echo $man_version; ?>_20081109", 127 127 "entries" : [ 128 128 <?php echo $defaults; ?> 129 129 130 { "url" : "images/ logo50.png" },131 { "url" : "images/menu- open.png" },132 { "url" : "images/menu- closed.png" },130 { "url" : "images/menu-arrows.gif" }, 131 { "url" : "images/menu-bits.gif" }, 132 { "url" : "images/menu-bits-rtl.gif" }, 133 133 { "url" : "images/del.png" }, 134 134 { "url" : "images/list.gif" }, … … 140 140 { "url" : "images/align-none.png" }, 141 141 { "url" : "images/align-right.png" }, 142 { "url" : "images/archive-link.png" }, 142 143 { "url" : "images/browse-happy.gif" }, 143 144 { "url" : "images/bubble_bg.gif" }, 145 { "url" : "images/bubble_bg-rtl.gif" }, 146 { "url" : "images/button-grad.png" }, 144 147 { "url" : "images/comment-grey-bubble.png" }, 145 { "url" : "images/comment-pill.gif" },146 148 { "url" : "images/comment-stalk-classic.gif" }, 147 149 { "url" : "images/comment-stalk-fresh.gif" }, 148 150 { "url" : "images/comment-stalk-rtl.gif" }, 149 151 { "url" : "images/date-button.gif" }, 152 { "url" : "images/ed-bg.gif" }, 150 153 { "url" : "images/fade-butt.png" }, 154 { "url" : "images/fav.png" }, 155 { "url" : "images/fav-arrow.png" }, 156 { "url" : "images/fav-arrow-rtl.png" }, 157 { "url" : "images/fav-bottom.png" }, 158 { "url" : "images/fav-top.png" }, 151 159 { "url" : "images/gear.png" }, 160 { "url" : "images/gray-grad.png" }, 161 { "url" : "images/list.gif" }, 162 { "url" : "images/gear.png" }, 163 { "url" : "images/logo.gif" }, 152 164 { "url" : "images/logo-ghost.png" }, 153 165 { "url" : "images/logo-login.gif" }, 154 { "url" : "images/logo.gif" },155 166 { "url" : "images/media-button-gallery.gif" }, 156 167 { "url" : "images/media-button-image.gif" }, … … 159 170 { "url" : "images/media-button-video.gif" }, 160 171 { "url" : "images/media-buttons.gif" }, 161 { "url" : "images/ tab.png" },172 { "url" : "images/postbox-bg.gif" }, 162 173 { "url" : "images/tail.gif" }, 163 174 { "url" : "images/toggle-arrow-rtl.gif" }, … … 174 185 { "url" : "images/screen-options-right.gif" }, 175 186 { "url" : "images/screen-options-right-up.gif" }, 187 { "url" : "images/menu.png" }, 176 188 177 189 <?php if ( is_file('../wp-includes/js/tinymce/tiny_mce.js') ) { ?> … … 190 202 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js", "src" : "../wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js?ver=<?php echo $mce_ver; ?>", "ignoreQuery" : true }, 191 203 { "url" : "../wp-includes/js/tinymce/themes/advanced/editor_template.js", "src" : "../wp-includes/js/tinymce/themes/advanced/editor_template.js?ver=<?php echo $mce_ver; ?>", "ignoreQuery" : true }, 192 193 204 194 205 { "url" : "../wp-includes/js/tinymce/themes/advanced/source_editor.htm", "src" : "../wp-includes/js/tinymce/themes/advanced/source_editor.htm?ver=<?php echo $mce_ver; ?>", "ignoreQuery" : true }, … … 263 274 { "url" : "../wp-includes/js/tinymce/plugins/media/img/windowsmedia.gif" }, 264 275 { "url" : "../wp-includes/js/tinymce/plugins/media/img/trans.gif" }, 276 { "url" : "../wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif" }, 265 277 { "url" : "../wp-includes/js/tinymce/plugins/wordpress/img/more.gif" }, 266 278 { "url" : "../wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif" },
Note: See TracChangeset
for help on using the changeset viewer.