Skip to content

Commit

Permalink
Remove unused global var
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Sep 18, 2023
1 parent 6811e6d commit b477c3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wp-includes/class-wp-theme-json-resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,6 @@ public static function get_user_data() {
* @return WP_Theme_JSON
*/
public static function get_merged_data( $origin = 'custom' ) {
global $_wp_theme_features;

if ( is_array( $origin ) ) {
_deprecated_argument( __FUNCTION__, '5.9.0' );
}
Expand Down

0 comments on commit b477c3d

Please sign in to comment.