From aa20678c48319deaaab87baad5a33f315cb0bc76 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 25 Apr 2014 06:29:14 +0000 Subject: [PATCH] Ensure the `style_loader_tag` filter hook is only documented once. See #26869. Built from https://develop.svn.wordpress.org/trunk@28209 git-svn-id: http://core.svn.wordpress.org/trunk@28039 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class.wp-styles.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/wp-includes/class.wp-styles.php b/wp-includes/class.wp-styles.php index dbdc82984d..c31b68ba93 100644 --- a/wp-includes/class.wp-styles.php +++ b/wp-includes/class.wp-styles.php @@ -93,14 +93,7 @@ class WP_Styles extends WP_Dependencies { $rtl_href = $this->_css_href( $obj->extra['rtl'], $ver, "$handle-rtl" ); } - /** - * Filter the right-to-left (RTL) HTML link tag of an enqueued style. - * - * @since 2.6.0 - * - * @param string $rtl_style The right to left link tag for the enqueued style. - * @param string $handle The style's registered handle. - */ + /** This filter is documented in wp-includes/class.wp-styles.php */ $rtl_tag = apply_filters( 'style_loader_tag', "\n", $handle ); if ( $obj->extra['rtl'] === 'replace' ) {