Skip to content

Commit bf35196

Browse files
committed
Update class-wp-styles.php
1 parent 21934fd commit bf35196

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 parent::add_data( $handle, $key, $value );
365+
return parent::add_data( $handle, $key, $value );
366366
}
367367

368368
/**

0 commit comments

Comments
 (0)