In facetapi.theme.inc, in the inline documentation, line 84 should read active facet item instead of inactive facet item:

/**
 * Returns HTML for an inactive facet item.
 *
 * @param $variables
 *   An associative array containing the keys 'text', 'path', and 'options'. See
 *   the l() function for information about these variables.
 *
 * @see l()
 *
 * @ingroup themeable
 */
function theme_facetapi_link_active($variables) {

Patch attached.

CommentFileSizeAuthor
facetapi-inlinedoc.patch401 bytesadchavez
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cpliakas’s picture

Status: Needs review » Reviewed & tested by the community

  • cpliakas committed 7f97cd8 on 7.x-1.x authored by adchavez
    Issue #2166095 by adchavez: Inline documentation typo in facetapi.theme....

  • cpliakas committed bab02e5 on authored by adchavez
    Issue #2166095 by adchavez: Inline documentation typo in facetapi.theme....
cpliakas’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the contribution, and congrats on your first credited commit to Drupal contrib!

Chris

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.