* @version 2.0 * @package Achievements * @subpackage admin * @see dpa_add_admin_menu() * * $Id: achievements-admin.php 833 2010-10-10 22:32:27Z DJPaul $ */ /** * Adds a notification message to the wp-admin screens if the installed version of Achievements doesn't match * what version the database thinks is installed. For example, if you upgrade by SVN. * * @global int $blog_id Site ID (variable is from WordPress and hasn't been updated for 3.0; confusing name is confusing) * @since 2.0 */ function dpa_activation_notice() { global $blog_id; if ( !is_super_admin() || BP_ROOT_BLOG != $blog_id ) return; $version = get_site_option( 'achievements-db-version' ); if ( false !== $version && ACHIEVEMENTS_DB_VERSION == $version ) return; ?>
Achievements is almost ready. Have you just upgraded to a new version? Go to the Plugins page and re-activate the plugin.', 'dpa' ), admin_url( 'plugins.php' ) ) ?>
our website.", 'dpa' ) ?>
Achievements Directory.", 'dpa' ), dpa_get_achievements_permalink() ) ?>
issue tracker, or use the form below to get in contact. We're listening.", 'dpa' ), 'http://ohnobugs.achievementsapp.com/' ) ?>
' . apply_filters( 'dpa_admin_rss_feed', $item->get_title() ) . '
WordPress Media Library contains a lot of content, it may be hard to find the images which you want to use for your Achievements' pictures.", 'dpa' ), admin_url( 'upload.php' ) ) ?>