Changeset 36092 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 12/26/2015 12:47:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r35903 r36092 9 9 */ 10 10 11 /** Walker_Category_Checklist class */ 11 /** Walker_Category_Checklist class */ 12 12 require_once( ABSPATH . 'wp-admin/includes/class-walker-category-checklist.php' ); 13 13 14 /** WP_Internal_Pointers class */ 14 /** WP_Internal_Pointers class */ 15 15 require_once( ABSPATH . 'wp-admin/includes/class-wp-internal-pointers.php' ); 16 16 … … 2055 2055 } 2056 2056 2057 $output = '<div class="star-rating" title="' . esc_attr( $title ) . '">';2057 $output = '<div class="star-rating">'; 2058 2058 $output .= '<span class="screen-reader-text">' . $title . '</span>'; 2059 2059 $output .= str_repeat( '<div class="star star-full"></div>', $full_stars );
Note: See TracChangeset
for help on using the changeset viewer.