diff --git a/src/wp-includes/functions.wp-styles.php b/src/wp-includes/functions.wp-styles.php
index 20acd58e9a..517aac8887 100644
|
a
|
b
|
function wp_print_styles( $handles = false ) { |
| 67 | 67 | /** |
| 68 | 68 | * Add extra CSS styles to a registered stylesheet. |
| 69 | 69 | * |
| 70 | | * Styles will only be added if the stylesheet in already in the queue. |
| | 70 | * Styles will only be added if the stylesheet is already in the queue. |
| 71 | 71 | * Accepts a string $data containing the CSS. If two or more CSS code blocks |
| 72 | 72 | * are added to the same stylesheet $handle, they will be printed in the order |
| 73 | 73 | * they were added, i.e. the latter added styles can redeclare the previous. |