Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2010 09:22:26 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Normalize root level single member template files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/members/single/home.php

    r2923 r2965  
    4141                    <?php locate_template( array( 'members/single/profile.php' ), true ) ?>
    4242
     43                <?php else : ?>
     44                    <?php
     45                        /* If nothing sticks, just load a member front template if one exists. */
     46                        locate_template( array( 'members/single/front.php' ), true );
     47                    ?>
    4348                <?php endif; ?>
    4449
Note: See TracChangeset for help on using the changeset viewer.