Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/21/2012 08:19:27 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Aaaaand use array_reverse() correctly. See #2124.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/common/template-tags.php

    r4621 r4622  
    22762276        // If right-to-left, reverse the crumb order
    22772277        if ( is_rtl() )
    2278             array_reverse( $crumbs );
     2278            $crumbs = array_reverse( $crumbs );
    22792279
    22802280        // Build the trail
Note: See TracChangeset for help on using the changeset viewer.