Alternative solution:
Open this file:
wordpress-seo/inc/class-wpseo-meta.php
Find ‘metadesc’
replace the whole array with the following:
‘metadesc’ => array(
‘type’ => ‘textarea’,
‘title’ => ”, // Translation added later.
‘default_value’ => ”,
‘class’ => ‘metadesc’,
‘rows’ => 2,
‘description’ => ”, // Translation added later.
‘help’ => ”, // Translation added later.