Make WordPress Core


Ignore:
Timestamp:
11/09/2019 01:41:29 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the documentation placement for wp_print_styles and shortcode_atts_{$shortcode} hooks.

Props jrf.
See #48255.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.wp-styles.php

    r46660 r46688  
    4444                $handles = false;
    4545        }
    46         /**
    47          * Fires before styles in the $handles queue are printed.
    48          *
    49          * @since 2.6.0
    50          */
     46
    5147        if ( ! $handles ) {
     48                /**
     49                 * Fires before styles in the $handles queue are printed.
     50                 *
     51                 * @since 2.6.0
     52                 */
    5253                do_action( 'wp_print_styles' );
    5354        }
Note: See TracChangeset for help on using the changeset viewer.