mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 17:13:30 +01:00
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
81.5%
CSS
8.9%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%