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