wp/wp-includes/class.wp-styles.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   241 		 *
   241 		 *
   242 		 * @since 2.6.0
   242 		 * @since 2.6.0
   243 		 * @since 4.3.0 Introduced the `$href` parameter.
   243 		 * @since 4.3.0 Introduced the `$href` parameter.
   244 		 * @since 4.5.0 Introduced the `$media` parameter.
   244 		 * @since 4.5.0 Introduced the `$media` parameter.
   245 		 *
   245 		 *
   246 		 * @param string $html   The link tag for the enqueued style.
   246 		 * @param string $tag    The link tag for the enqueued style.
   247 		 * @param string $handle The style's registered handle.
   247 		 * @param string $handle The style's registered handle.
   248 		 * @param string $href   The stylesheet's source URL.
   248 		 * @param string $href   The stylesheet's source URL.
   249 		 * @param string $media  The stylesheet's media attribute.
   249 		 * @param string $media  The stylesheet's media attribute.
   250 		 */
   250 		 */
   251 		$tag = apply_filters( 'style_loader_tag', $tag, $handle, $href, $media );
   251 		$tag = apply_filters( 'style_loader_tag', $tag, $handle, $href, $media );