- Timestamp:
- Mar 18, 2009, 10:59:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/authors_block_theme.php
r110 r120 3 3 { 4 4 $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 5 $ optioncount = empty( $options[1] ) ? false : true;6 $ exclude_admin= empty( $options[2] ) ? false : true ;7 $ show_fullname= empty( $options[3] ) ? false : true ;8 $ hide_empty = empty( $options[4] ) ? false : true ;9 $ this_template = empty( $options[5] ) ? 'db:'.$mydirname.'_block_authors.html' : trim( $options[5] );5 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_authors.html' : trim( $options[1] ); 6 $optioncount = empty( $options[2] ) ? false : true ; 7 $exclude_admin = empty( $options[3] ) ? false : true ; 8 $show_fullname = empty( $options[4] ) ? false : true ; 9 $hide_empty = empty( $options[5] ) ? false : true ; 10 10 $mydirpath = get_xpress_dir_path(); 11 11
Note: See TracChangeset
for help on using the changeset viewer.