Skip to:
Content

bbPress.org


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

Various optimisations and typo fixes - Fixes #842 - props momo360modena

File:
1 edited

Legend:

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

    r1381 r1385  
    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.