Changeset 20902
- Timestamp:
- 05/25/2012 06:12:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r20895 r20902 359 359 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png', 360 360 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif', 361 // Don't delete, yet: 'wp-rss.php', 362 // Don't delete, yet: 'wp-rdf.php', 363 // Don't delete, yet: 'wp-rss2.php', 364 // Don't delete, yet: 'wp-commentsrss2.php', 365 // Don't delete, yet: 'wp-atom.php', 366 // Don't delete, yet: 'wp-feed.php', 361 367 // 3.4 362 368 'wp-admin/images/gray-star.png', … … 388 394 'wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png', 389 395 'wp-includes/js/tinymce/plugins/wplink/editor_plugin.dev.js', 390 // Don't delete, yet: 'wp-pass.php', 396 // Don't delete, yet: 'wp-pass.php', 391 397 // Don't delete, yet: 'wp-register.php', 392 398 ); … … 676 682 677 683 if ( version_compare( $wp_version, '3.4-RC1', '>=' ) ) 678 684 return; 679 685 680 686 // Ensure we only run this on the update-core.php page. wp_update_core() could be called in other contexts.
Note: See TracChangeset
for help on using the changeset viewer.