Skip to:
Content

bbPress.org

Changeset 550


Ignore:
Timestamp:
11/16/2006 10:40:39 PM (19 years ago)
Author:
mdawaffe
Message:

remove global on tag_heat_map(). props so1o, Aditya. Fixes #484

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/template-functions.php

    r545 r550  
    12281228
    12291229function tag_heat_map( $smallest = 8, $largest = 22, $unit = 'pt', $limit = 45 ) {
    1230     global $tag;
    1231 
    12321230    $tags = get_top_tags( false, $limit );
    12331231    if (empty($tags))
Note: See TracChangeset for help on using the changeset viewer.