Changeset 1489864
- Timestamp:
- 09/04/2016 09:50:11 PM (10 years ago)
- File:
-
- 1 edited
-
zbplayer/trunk/templates/zbPlayer.admin.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zbplayer/trunk/templates/zbPlayer.admin.tpl
r1489862 r1489864 98 98 <th scope="row"></th> 99 99 <td> 100 <input type="text" name="zbp_collect_field" id="zbp_collect_field" value="<?php echo get_option('zbp_collect_field'); ?>" size="20" maxlength="20"/>100 <input type="text" name="zbp_collect_field" id="zbp_collect_field" value="<?php echo esc_attr(get_option('zbp_collect_field')); ?>" size="20" maxlength="20"/> 101 101 <br /> 102 102 <span call="explanatory-text">Special tag in your post where to put player</span>
Note: See TracChangeset
for help on using the changeset viewer.