" . sprintf( __( "Awaiting Moderation is now %s", 'wp-super-cache' ), $status ) . "

"; } echo '
'; wp_nonce_field('wp-cache'); ?>
'awaitingmoderation', 'url' => '', 'title' => __( 'Awaiting Moderation', 'wp-super-cache' ), 'desc' => __( 'Enables or disables plugin to Remove the text "Your comment is awaiting moderation." when someone leaves a moderated comment.', 'wp-super-cache' ), ); return $list; } add_cacheaction( 'wpsc_filter_list', 'wpsc_awaiting_moderation_list' ); ?>