Visit widget page for more information.
Version: 1.10.3
Author: IOIX Ukraine
Author URI: http://ioix.com.ua
Copyright 2009, IOIX Ukraine
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
'.($key+1).') '.$val;
}
$GLOBALS['_7feeds_error_message'] .= '
If you don\'t understand what it means, please contact your server administrator or hosting provider support staff and show then this error message!';
}
return $GLOBALS['_7feeds_error_message'];
}
}
if ($show) {
$GLOBALS['7FEEDS_ACTIVE'] = false;
function _7feed_warning() {
echo "
". __($GLOBALS['_7feeds_error_message']). "
'._7feed_check_extensions(false).'
7feeds: Settings updated!
id.'feed_url');?>
"; } function wp_7feeds_admin_scripts() { wp_enqueue_script('7feeds_ticker'); } /*** CLASS ***/ // add the actions add_action('admin_menu', 'wp_7feeds_add_pages'); register_activation_hook( __FILE__, 'wp_7feeds_install' ); register_deactivation_hook( __FILE__, 'wp_7feeds_uninstall' ); if( function_exists('add_shortcode') ){ add_shortcode('wp-7feeds', 'wp_7feeds_shortcode'); add_shortcode('WP-7feeds', 'wp_7feeds_shortcode'); } else { add_filter('the_content','wp_7feeds_init'); } ?>