#22855 closed defect (bug) (fixed)
Add 3.5 removed files to $_old_files
Reported by: | duck_ | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5.1 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Upgrade/Install | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
$ diff -ru --exclude=wp-content . ~/code/wordpress/tags/3.5/ Only in ./wp-admin/images/screenshots: captions-1.png Only in ./wp-admin/images/screenshots: captions-2.png Only in ./wp-admin/images/screenshots: flex-header-1.png Only in ./wp-admin/images/screenshots: flex-header-2.png Only in ./wp-admin/images/screenshots: flex-header-3.png Only in ./wp-admin/images/screenshots: flex-header-media-library.png Only in ./wp-admin/images/screenshots: theme-customizer.png Only in ./wp-admin/images/screenshots: twitter-embed-1.png Only in ./wp-admin/images/screenshots: twitter-embed-2.png Only in ./wp-admin/js: utils.js Only in ./wp-admin: options-privacy.php Only in .: wp-app.php Only in ./wp-includes: class-wp-atom-server.php Only in ./wp-includes/js/tinymce/themes/advanced/skins/wp_theme: ui.css
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
I wonder if we should wait for wp-app.php and class-wp-atom-server.php until 3.6. During the 3.5 upgrade, we forced enable_app off. But that doesn't include people who forced it on with a filter, and they'll get a bit of a shell-shock if it suddenly goes away on a point release.
Otherwise, looks good. I think wp-admin/js/utils.min.js also needs to be removed, yeah?