Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (16 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/blogs/my-blogs.php

    r1905 r2077  
    88
    99        <?php do_action( 'template_notices' ) // (error/success feedback) ?>
    10        
     10
    1111        <h2><?php bp_word_or_name( __( "My Blogs", 'buddypress' ), __( "%s's Blogs", 'buddypress' ) ) ?></h2>
    1212
     
    1414
    1515        <?php if ( bp_has_blogs() ) : ?>
    16            
     16
    1717            <ul id="blog-list" class="item-list">
    1818                <?php while ( bp_blogs() ) : bp_the_blog(); ?>
    19                    
     19
    2020                    <li>
    2121                        <h4><a href="<?php bp_blog_permalink() ?>"><?php bp_blog_title() ?></a></h4>
     
    2424                        <?php do_action( 'bp_my_blogs_item' ) ?>
    2525                    </li>
    26                    
     26
    2727                <?php endwhile; ?>
    2828            </ul>
    29            
     29
    3030            <?php do_action( 'bp_my_blogs_content' ) ?>
    31            
     31
    3232        <?php else: ?>
    3333
Note: See TracChangeset for help on using the changeset viewer.