- Timestamp:
- 01/12/2018 06:21:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r6372 r6373 492 492 } 493 493 494 $video = sprintf( '[%s %s w=" 605" %s]', $shortcode[2], trim( $shortcode[3] ), $hd_param );494 $video = sprintf( '[%s %s w="%s" %s]', $shortcode[2], trim( $shortcode[3] ), is_single() ? '940' : '605', $hd_param ); 495 495 $video = apply_filters( 'the_content', $video ); 496 496 }
Note: See TracChangeset
for help on using the changeset viewer.