Make WordPress Core

Changeset 28209


Ignore:
Timestamp:
04/25/2014 06:28:19 AM (11 years ago)
Author:
DrewAPicture
Message:

Ensure the style_loader_tag filter hook is only documented once.

See #26869.

File:
1 edited

Legend:

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

    r27826 r28209  
    9494            }
    9595
    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 */
    10497            $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 );
    10598
Note: See TracChangeset for help on using the changeset viewer.