Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/15/2009 07:54:50 PM (16 years ago)
Author:
apeatling
Message:

Updated widget options in branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bp-blogs/bp-blogs-widgets.php

    r1602 r1612  
    2323           . $after_title; ?>
    2424   
    25         <?php
    26         if ( empty( $instance['max_posts'] ) || !$instance['max_posts'] )
    27             $instance['max_posts'] = 10; ?>
    28        
    2925        <?php $posts = bp_blogs_get_latest_posts( null, $instance['max_posts'] ) ?>
    3026        <?php $counter = 0; ?>
Note: See TracChangeset for help on using the changeset viewer.