Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/13/2009 01:24:21 AM (17 years ago)
Author:
apeatling
Message:

Add first revision of new default BuddyPress parent theme. This theme is designed to be extended from with child themes, not used directly. The original default themes from the old two theme system are deprecated, but will remain compatible with 1.1. Still more work to do there.

Location:
trunk/bp-themes/deprecated
Files:
1 added
1 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/deprecated/bpmember/wire/post-list.php

    r1653 r1655  
    33
    44    <form name="wire-post-list-form" id="wire-post-list-form" action="" method="post">
    5     <?php if ( bp_has_wire_posts( 'item_id=' . bp_wire_item_id() . '&can_post=' . bp_wire_can_post() ) ) : ?>
     5    <?php if ( bp_has_wire_posts( 'item_id=' . bp_get_wire_item_id() . '&can_post=' . bp_wire_can_post() ) ) : ?>
    66       
    77        <?php if ( bp_wire_needs_pagination() ) : ?>
    88            <div id="wire-count" class="pag-count">
    99                <?php bp_wire_pagination_count() ?> &nbsp;
    10                 <img id="ajax-loader" src="<?php bp_wire_ajax_loader_src() ?>" height="7" alt="<?php _e( "Loading", "buddypress" ) ?>" style="display: none;" />
     10                <span class="ajax-loader"></span>
    1111            </div>
    1212       
Note: See TracChangeset for help on using the changeset viewer.