mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 15:44:29 +00:00
74ad050063638203401dfb571f2efb0f0f82ae6b
wp-admin/includes/update.php, remove dead code:
* In `get_core_checksums()`, `$return` is set and never used. * In `core_update_footer()`, `break` is unnecessary and unreachable after `return`. * In `get_theme_updates()`, `$themes` is set and never used. * In `wp_theme_update_row()`, `$theme_name` is the only user of `$themes_allowedtags`... neither are used. See #27882. git-svn-id: https://develop.svn.wordpress.org/trunk@28304 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%