Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | protected function bbcode_data() |
||
37 | { |
||
38 | return array( |
||
39 | 'soundcloud' => array( |
||
40 | 'bbcode_helpline' => 'ABBC3_SOUNDCLOUD_HELPLINE', |
||
41 | 'bbcode_match' => '[soundcloud]{URL}[/soundcloud]', |
||
42 | 'bbcode_tpl' => '<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={URL}&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>', |
||
43 | ), |
||
44 | ); |
||
45 | } |
||
46 | } |
||
47 |