Make WordPress Core

Ticket #45170: 45170.diff

File 45170.diff, 732 bytes (added by pratikthink, 6 years ago)
  • src/wp-includes/functions.wp-styles.php

    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 ) { 
    6767/**
    6868 * Add extra CSS styles to a registered stylesheet.
    6969 *
    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.
    7171 * Accepts a string $data containing the CSS. If two or more CSS code blocks
    7272 * are added to the same stylesheet $handle, they will be printed in the order
    7373 * they were added, i.e. the latter added styles can redeclare the previous.