Switch date/time to number for cookie life

This commit is contained in:
Jay Wood
2014-11-10 08:46:51 -05:00
parent 024e82d3b9
commit 3faf0f2d4a

View File

@ -50,10 +50,10 @@ $cwv3_op_data = array(
'death' => array( 'death' => array(
'name' => __( 'Cookie Life', 'cwv3' ), 'name' => __( 'Cookie Life', 'cwv3' ),
'desc' => __( 'Time in days for the cookie to expire', 'cwv3' ), 'desc' => __( 'Time in days for the cookie to expire', 'cwv3' ),
'type' => 'text', 'type' => 'number',
'def' => '1', 'def' => '1',
), ),
// Dialog Options // Dialog Options
'd_title' => array( 'd_title' => array(
'name' => __( 'Dialog Title', 'cwv3' ), 'name' => __( 'Dialog Title', 'cwv3' ),