Changeset 2412:9aa048292cca for plugins/tags
- Timestamp:
- 10/16/13 23:23:09 (12 years ago)
- Branch:
- widgets
- Children:
- 2413:6af4dde5a9c0, 2414:850136421c06
- File:
-
- 1 edited
-
plugins/tags/_widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_widgets.php
r2397 r2412 36 36 ) 37 37 ); 38 $w->tags-> advanced_setting('content_only','',0,'radio', array(array(__('Content only'), '1'), array(__('Enclosing div'), '0')));39 $w->tags-> advanced_setting('class',__('CSS class:'),'');38 $w->tags->setting('content_only',__('Content only'),0,'check'); 39 $w->tags->setting('class',__('CSS class:'),''); 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.
