Changeset 2077 for trunk/bp-themes/bp-sn-parent/blogs/my-blogs.php
- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-sn-parent/blogs/my-blogs.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/blogs/my-blogs.php
r1905 r2077 8 8 9 9 <?php do_action( 'template_notices' ) // (error/success feedback) ?> 10 10 11 11 <h2><?php bp_word_or_name( __( "My Blogs", 'buddypress' ), __( "%s's Blogs", 'buddypress' ) ) ?></h2> 12 12 … … 14 14 15 15 <?php if ( bp_has_blogs() ) : ?> 16 16 17 17 <ul id="blog-list" class="item-list"> 18 18 <?php while ( bp_blogs() ) : bp_the_blog(); ?> 19 19 20 20 <li> 21 21 <h4><a href="<?php bp_blog_permalink() ?>"><?php bp_blog_title() ?></a></h4> … … 24 24 <?php do_action( 'bp_my_blogs_item' ) ?> 25 25 </li> 26 26 27 27 <?php endwhile; ?> 28 28 </ul> 29 29 30 30 <?php do_action( 'bp_my_blogs_content' ) ?> 31 31 32 32 <?php else: ?> 33 33
Note: See TracChangeset
for help on using the changeset viewer.