Changeset 28209
- Timestamp:
- 04/25/2014 06:28:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-styles.php
r27826 r28209 94 94 } 95 95 96 /** 97 * Filter the right-to-left (RTL) HTML link tag of an enqueued style. 98 * 99 * @since 2.6.0 100 * 101 * @param string $rtl_style The right to left link tag for the enqueued style. 102 * @param string $handle The style's registered handle. 103 */ 96 /** This filter is documented in wp-includes/class.wp-styles.php */ 104 97 $rtl_tag = apply_filters( 'style_loader_tag', "<link rel='$rel' id='$handle-rtl-css' $title href='$rtl_href' type='text/css' media='$media' />\n", $handle ); 105 98
Note: See TracChangeset
for help on using the changeset viewer.