Changeset 2320719
- Timestamp:
- 06/09/2020 09:34:42 AM (6 years ago)
- File:
-
- 1 edited
-
radiojar-player/tags/1.4/chat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
radiojar-player/tags/1.4/chat.php
r2300125 r2320719 16 16 $inline_js = 'rjq(\'#rjp-chat\').radiojar(\'chatProvider\', {"streamname":"'. esc_html__($rjplayer_atts['streamname'], 'rj-player') .'","width": "'. esc_html__($rjplayer_atts['width'], 'rj-player') .'","height": "'. esc_html__($rjplayer_atts['height'], 'rj-player') .'"'; 17 17 if($rjplayer_atts['chat_cssfile']){ 18 $inline_js .= ',"cssfile": "'. esc_html__($rjplayer_atts['chat_cssfile'], 'rj-player') ;18 $inline_js .= ',"cssfile": "'. esc_html__($rjplayer_atts['chat_cssfile'], 'rj-player').'"'; 19 19 } 20 20 $inline_js .= '});';
Note: See TracChangeset
for help on using the changeset viewer.