Changeset 11668
- Timestamp:
- 08/04/2017 05:52:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r11447 r11668 101 101 // Query for all sites in network. 102 102 $r = bp_parse_args( $args, array( 103 'offset' => false === bp_get_option( '_bp_record_blogs_offset' ) ? 0 :bp_get_option( '_bp_record_blogs_offset' ),103 'offset' => (int) bp_get_option( '_bp_record_blogs_offset' ), 104 104 'limit' => 50, 105 105 'blog_ids' => array(),
Note: See TracChangeset
for help on using the changeset viewer.