156281, '6' => 97368, '5' => 96923, ); if (isset($versions[api_get_active_branch()])) { $form[] = array( '#value' => '

' . t('Buggy or inaccurate documentation? Please file an issue instead of commenting here.', array( '!url' => url('http://drupal.org/node/add/project-issue/drupal', array( 'query' => array( 'title' => t('Documentation problem with @label', array( '@label' => drupal_get_title(), )), 'component' => 'documentation', 'categories' => 'bug', 'version' => $versions[api_get_active_branch()], ), )), )) . '

', '#weight' => -1, ); } }