Skip to:
Content

bbPress.org

Changeset 2074


Ignore:
Timestamp:
05/09/2009 09:04:21 AM (17 years ago)
Author:
sambauers
Message:

Round tag heat map font sizes to single decimal place. Props _ck_, fixes #1082

File:
1 edited

Legend:

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

    r2069 r2074  
    29102910    if ( $fontspread <= 0 )
    29112911        $fontspread = 1;
    2912     $fontstep = $fontspread / $spread;
     2912    $fontstep = round( $fontspread / $spread, 1 );
    29132913
    29142914    do_action_ref_array( 'sort_tag_heat_map', array(&$counts) );
Note: See TracChangeset for help on using the changeset viewer.