dispatch = 'feedwordpress_categories_settings'; $this->filename = __FILE__; } /*static*/ function feed_categories_box ($page, $box = NULL) { $link = $page->link; $unfamiliar = array ('create'=>'','tag' => '', 'default'=>'','filter'=>''); if ($page->for_feed_settings()) : $unfamiliar['site-default'] = ''; $ucKey = $link->settings["unfamiliar category"]; $ucDefault = 'site-default'; else : $ucKey = FeedWordPress::on_unfamiliar('category'); $ucDefault = 'create'; endif; if (!is_string($ucKey) or !array_key_exists($ucKey, $unfamiliar)) : $ucKey = $ucDefault; endif; $unfamiliar[$ucKey] = ' checked="checked"'; // Hey ho, let's go... ?>
| Unfamiliar categories: | When one of the categories on a syndicated post is a category that FeedWordPress has not encountered before ... |
|---|---|
| Multiple categories: |
Enter a Perl-compatible regular expression here if the feed provides multiple categories in a single category element. The regular expression should match the characters used to separate one category from the next. If the feed uses spaces (like del.icio.us), use the pattern "\s". If the feed does not provide multiple categories in a single element, leave this blank. |