Changeset 36241
- Timestamp:
- 01/09/2016 02:28:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r36240 r36241 2265 2265 * @param string $class CSS class or list of space-separated classes. 2266 2266 */ 2267 2267 $atts['class'] = apply_filters( 'wp_audio_shortcode_class', $atts['class'] ); 2268 2268 2269 2269 $html_atts = array( … … 2502 2502 * @param string $class CSS class or list of space-separated classes. 2503 2503 */ 2504 2504 $atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'] ); 2505 2505 2506 2506 $html_atts = array(
Note: See TracChangeset
for help on using the changeset viewer.