Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119338

Roberto Entringer on "[Plugin: Magic Fields 2] PHP Notice: Undefined index: div_class"

$
0
0

Resolved:

Edit mf_posttype.php on line 92 and add key "div_class" in array "quantity"

'quantity' => array(
'id' => 'posttype-quantity',
'type' => 'checkbox',
'label' => __( 'Quantity', $mf_domain ),
'name' => 'mf_posttype[core][quantity]',
'value' => 0,
'description' => __( 'mark true if you want your post type only has one element.', $mf_domain ),
'div_class' => ''
)


Viewing all articles
Browse latest Browse all 119338

Trending Articles