From 3faf0f2d4af68988dc3eb6fab2058147834bfd61 Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Mon, 10 Nov 2014 08:46:51 -0500 Subject: [PATCH] Switch date/time to number for cookie life --- inc/options.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/options.inc.php b/inc/options.inc.php index d2bf66a..e86b78e 100644 --- a/inc/options.inc.php +++ b/inc/options.inc.php @@ -50,10 +50,10 @@ $cwv3_op_data = array( 'death' => array( 'name' => __( 'Cookie Life', 'cwv3' ), 'desc' => __( 'Time in days for the cookie to expire', 'cwv3' ), - 'type' => 'text', + 'type' => 'number', 'def' => '1', ), - + // Dialog Options 'd_title' => array( 'name' => __( 'Dialog Title', 'cwv3' ),