Make WordPress Core

Changeset 24047

Timestamp:
04/22/2013 07:22:09 PM (11 years ago)
Author:
nacin
Message:

WP Styles: Correctly print 'after' data when scripts are concatenated. props stephenh1988. fixes #20836.

File:
1 edited

Legend:

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

    r21166 r24047  
    5151                $this->concat_version .= "$handle$ver";
    5252
    53                 $this->print_code .= $this->get_data( $handle, 'after' );
     53                $this->print_code .= $this-> );
    5454
    5555                return true;
Note: See TracChangeset for help on using the changeset viewer.