Title for Height field reads 'Player Width', description is for width of the player.

$form['height'] = array(
    '#type' => 'textfield',
    '#title' => t('Player Width'),
    '#description' => t('The width of the player.'),
    '#default_value' => $defaults['height'],
  );

Comments

plopesc’s picture

Status: Active » Closed (duplicate)

Duplicate of #2370349: Wrong field label and description in facebook admin form, already fixed in -dev version. Thank you for reporting!