= FWP_SCHEMA_25) : ?> = FWP_SCHEMA_25)) : if (is_null($caption)) : $caption = __('Save Changes »'); endif; ?>

= FWP_SCHEMA_25) : ?>

= FWP_SCHEMA_25) : ?>

Place under...

" />

= FWP_SCHEMA_25) : // WordPress 2.5.x ?>

0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?>

= FWP_SCHEMA_20) : // WordPress 2.x ?>

Place under...

Place under...

Updating ".$feed['link/name']." from <".$feed['link/uri']."> ..."; flush(); } function update_feeds_finish ($feed, $added, $dt) { echo " completed in $dt second".(($dt==1)?'':'s')."\n"; } function fwp_author_list () { global $wpdb; $ret = array(); $users = $wpdb->get_results("SELECT * FROM $wpdb->users ORDER BY display_name"); if (is_array($users)) : foreach ($users as $user) : $id = (int) $user->ID; $ret[$id] = $user->display_name; endforeach; endif; return $ret; }