Ticket #19599: fattab.patch
| File fattab.patch, 846 bytes (added by ocean90, 12 months ago) |
|---|
-
wp-admin/includes/update-core.php
387 387 'wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js', 388 388 'wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png', 389 389 'wp-includes/js/tinymce/plugins/wplink/editor_plugin.dev.js', 390 // Don't delete, yet: 'wp-pass.php', 390 // Don't delete, yet: 'wp-pass.php', 391 391 // Don't delete, yet: 'wp-register.php', 392 392 ); 393 393 … … 675 675 global $wp_version, $pagenow, $action; 676 676 677 677 if ( version_compare( $wp_version, '3.4-RC1', '>=' ) ) 678 return;678 return; 679 679 680 680 // Ensure we only run this on the update-core.php page. wp_update_core() could be called in other contexts. 681 681 if ( 'update-core.php' != $pagenow )
