__( 'General', 'graphene' ), 'display' => __( 'Display', 'graphene' ), 'colours' => __( 'Colours', 'graphene' ), 'advanced' => __( 'Advanced', 'graphene' ), ); $current_tab = ( isset( $_GET['tab'] ) ) ? $_GET['tab'] : 'general'; graphene_options_tabs( $current_tab, $tabs ); endif; ?>

' . __( 'support the Graphene theme', 'graphene' ) . '' ); ?>

get_item_quantity( 3 ); $news_items = $graphene_news->get_items( 0, $maxitems ); } ?>
    ' . __( 'No news items.', 'graphene' ) . ''; else : foreach( $news_items as $news_item ) : ?>
  1. get_title() ); ?>
    get_description() ), 20, ' [...]' ) ); ?>
    get_date( 'j F Y, g:i a' ); ?>

    'Ultimate TinyMCE', 'function' => '', 'class' => 'jwl_metabox_admin', 'url' => 'http://wordpress.org/plugins/ultimate-tinymce/', ), array( 'name' => 'WP-PageNavi', 'function' => 'wp_pagenavi', 'class' => '', 'url' => 'http://wordpress.org/plugins/wp-pagenavi/', ), array( 'name' => 'WP-CommentNavi', 'function' => 'wp_commentnavi', 'class' => '', 'url' => 'http://wordpress.org/plugins/wp-commentnavi/', ), array( 'name' => 'WP-Email', 'function' => 'wp_email', 'class' => '', 'url' => 'http://wordpress.org/plugins/wp-email/', ), array( 'name' => 'Breadcrumb NavXT', 'function' => 'bcn_display', 'class' => '', 'url' => 'http://wordpress.org/plugins/breadcrumb-navxt/', ), ); foreach ( $plugins as $plugin) : ?>
  • :

WARNING: This action is not reversible.', 'graphene' ); ?>




Be careful! Uninstalling the theme will remove all of the theme's options from the database. Do this only if you decide not to use the theme anymore.",'graphene' ); ?>

does not remove the theme's files. To delete the files after you have uninstalled this theme, go to Appearance > Themes and delete the theme from there.",'graphene' ); ?>

ID; $screen = get_current_screen(); if ( $screen->id != $graphene_settings['hook_suffix'] ) return; /* Check that the user hasn't already clicked to ignore the message */ if ( ! get_user_meta( $user_id, 'graphene_ignore_notice-shortcodes' ) ) : ?>

Dismiss IMPORTANT: Message blocks and pullquote shortcodes have been removed from the Graphene theme as required by the WordPress Theme Review Team. To continue using them, download and install the Graphene Shortcodes plugin. Learn more »

ID; /* If user clicks to ignore the notice, add that to their user meta */ if ( isset( $_GET['graphene-dismiss-notice'] ) ) { add_user_meta( $user_id, 'graphene_ignore_notice-' . trim( $_GET['graphene-dismiss-notice'] ), 'true', true ); } } add_action( 'admin_init', 'graphene_dismiss_notice' );