Changeset 2074
- Timestamp:
- 05/09/2009 09:04:21 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.bb-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-template.php
r2069 r2074 2910 2910 if ( $fontspread <= 0 ) 2911 2911 $fontspread = 1; 2912 $fontstep = $fontspread / $spread;2912 $fontstep = round( $fontspread / $spread, 1 ); 2913 2913 2914 2914 do_action_ref_array( 'sort_tag_heat_map', array(&$counts) );
Note: See TracChangeset
for help on using the changeset viewer.