X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/bf5c68485ef07868ad0a91168ecd0092af7661ae..8f374b7233bc2815ccc387e448d208c5434eb961:/wp-includes/functions.wp-styles.php?ds=sidebyside diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index db8b583e..88966154 100644 --- a/wp-includes/functions.wp-styles.php +++ b/wp-includes/functions.wp-styles.php @@ -47,7 +47,7 @@ function wp_print_styles( $handles = false ) { * added to the same stylesheet $handle, they will be printed in the order * they were added, i.e. the latter added styles can redeclare the previous. * - * @since 3.3 + * @since 3.3.0 * @see WP_Scripts::add_inline_style() */ function wp_add_inline_style( $handle, $data ) { @@ -74,7 +74,7 @@ function wp_add_inline_style( $handle, $data ) { * @param string|bool $src Path to the stylesheet from the root directory of WordPress. Example: '/css/mystyle.css'. * @param array $deps Array of handles of any stylesheet that this stylesheet depends on. * (Stylesheets that must be loaded before this stylesheet.) Pass an empty array if there are no dependencies. - * @param string|bool $ver String specifying the stylesheet version number. Set to NULL to disable. + * @param string|bool $ver String specifying the stylesheet version number. Set to null to disable. * Used to ensure that the correct version is sent to the client regardless of caching. * @param string $media The media for which this stylesheet has been defined. */