Skip to content

Commit 21934fd

Browse files
joedolsonsirreal
andauthored
Update src/wp-includes/class-wp-styles.php
Co-authored-by: Jon Surrell <[email protected]>
1 parent 63dd8a7 commit 21934fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public function add_data( $handle, $key, $value ) {
362362
$this->registered[ $handle ]->deps = array();
363363
}
364364

365-
return $this->registered[ $handle ]->add_data( $key, $value );
365+
return parent::add_data( $handle, $key, $value );
366366
}
367367

368368
/**

0 commit comments

Comments
 (0)