Changeset 2489 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/callout-boxes.php
- Timestamp:
- 02/09/2016 09:51:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/callout-boxes.php
r1430 r2489 131 131 132 132 // Message prefix. 133 $prefix = '<s trong>' . $this->shortcodes[ $shortcode ] . '</strong>';133 $prefix = '<span class="screen-reader-text">' . $this->shortcodes[ $shortcode ] . '</span>'; 134 134 135 135 // Content with prefix. … … 138 138 // Callout box output. 139 139 $output .= "<div class='callout {$class}'>"; 140 $output .= '<div class="dashicons"></div>'; // Icon holder141 140 $output .= apply_filters( 'the_content', $content ); 142 141 $output .= '</div>';
Note: See TracChangeset
for help on using the changeset viewer.