Changeset 392924
- Timestamp:
- 06/04/2011 01:45:38 AM (15 years ago)
- File:
-
- 1 edited
-
shadowbox-js/trunk/inc/frontend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shadowbox-js/trunk/inc/frontend.php
r392922 r392924 190 190 $plugin_url = $this->plugin_url(); 191 191 $library = $this->get_option ( 'library' ); 192 $start = "\n<!-- Begin Shadowbox JS -->\n";192 $start = "\n<!-- Begin Shadowbox JS v{$this->version} -->\n"; 193 193 $start .= "<!-- Selected Players: " . implode ( ', ', (array) $this->get_option ( 'players' ) ) . " -->\n"; 194 194 $end = "<!-- End Shadowbox JS -->\n\n";
Note: See TracChangeset
for help on using the changeset viewer.