Changeset 7698
- Timestamp:
- 09/24/2018 04:53:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r7675 r7698 491 491 } 492 492 493 $video = sprintf( '[%s %s w="%s" %s]', $shortcode[2], trim( $shortcode[3] ), is_single() ? '940' : ' 605', $hd_param );493 $video = sprintf( '[%s %s w="%s" %s]', $shortcode[2], trim( $shortcode[3] ), is_single() ? '940' : '575', $hd_param ); 494 494 $video = apply_filters( 'the_content', $video ); 495 495 }
Note: See TracChangeset
for help on using the changeset viewer.