Minimum width of cover photo upload is optional

This commit is contained in:
ultimatemember
2014-12-30 20:26:22 +02:00
parent ed90ef5b95
commit 1634ab1e00
2 changed files with 40 additions and 29 deletions
+9
View File
@@ -779,6 +779,15 @@ $this->sections[] = array(
'default' => 1000,
'validate' => 'numeric',
),
array(
'id' => 'cover_min_width',
'type' => 'text',
'title' => __( 'Cover Photo Minimum Width' ),
'desc' => __( 'This will be the minimum width for cover photo uploads' ),
'default' => 1000,
'validate' => 'numeric',
),
)