Changeset 4622 for trunk/includes/common/template-tags.php
- Timestamp:
- 12/21/2012 08:19:27 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/template-tags.php
r4621 r4622 2276 2276 // If right-to-left, reverse the crumb order 2277 2277 if ( is_rtl() ) 2278 array_reverse( $crumbs );2278 $crumbs = array_reverse( $crumbs ); 2279 2279 2280 2280 // Build the trail
Note: See TracChangeset
for help on using the changeset viewer.