Changeset 27203 for trunk/src/wp-includes/class.wp-styles.php
- Timestamp:
- 02/20/2014 06:58:10 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class.wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-styles.php
r27111 r27203 63 63 64 64 $href = $this->_css_href( $obj->src, $ver, $handle ); 65 if ( empty( $href ) ) {66 // Turns out there is nothing to print.67 return true;68 }69 65 $rel = isset($obj->extra['alt']) && $obj->extra['alt'] ? 'alternate stylesheet' : 'stylesheet'; 70 66 $title = isset($obj->extra['title']) ? "title='" . esc_attr( $obj->extra['title'] ) . "'" : '';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)