Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/30/2008 10:36:13 AM (18 years ago)
Author:
sambauers
Message:

Various optimisations and typo fixes - Fixes #842 - props momo360modena - branches/0.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-includes/functions.php

    r1384 r1386  
    5353                        $branch[$leaf->forum_id] = true;
    5454                $_leaves = false;
    55                 return $tree = empty($branch) ? false : $branch;
     55                return ( empty($branch) ? false : $branch );
    5656        }
    5757
Note: See TracChangeset for help on using the changeset viewer.