Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/10/2010 09:35:54 PM (16 years ago)
Author:
djpaul
Message:

Remove used of deprecated theme functions in bp-default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/index.php

    r3306 r3386  
    1414                                        <?php do_action( 'bp_before_blog_post' ) ?>
    1515
    16                                         <div class="post" id="post-<?php the_ID(); ?>">
     16                                        <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1717
    1818                                                <div class="author-box">
Note: See TracChangeset for help on using the changeset viewer.