Changeset 2395:5f4a14700462 for plugins/pages/_widgets.php
- Timestamp:
- 09/28/13 10:04:12 (12 years ago)
- Branch:
- widgets
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_widgets.php
r1179 r2395 38 38 array(__('Ascending') => 'asc', __('Descending') => 'desc') 39 39 ); 40 $w->pages-> setting('content_only',__('Content only'),0,'check');41 $w->pages-> setting('class',__('CSS class:'),'');40 $w->pages->advanced_setting('content_only','',0,'radio', array(array(__('Content only'), '1'), array(__('Enclosing div'), '0'))); 41 $w->pages->advanced_setting('class',__('CSS class:'),''); 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.