Changeset 7228 for trunk/bp-groups/bp-groups-classes.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r7182 r7228 885 885 * @since BuddyPress (1.5) 886 886 * 887 * @param str $status 'public', 'private', 'hidden', 'all' Which group types to count887 * @param string $status 'public', 'private', 'hidden', 'all' Which group types to count 888 888 * @return int The topic count 889 889 */ … … 2180 2180 * Call the create_screen() method, if we're on the right page 2181 2181 * 2182 * @since 1.82182 * @since BuddyPress (1.8) 2183 2183 */ 2184 2184 public function maybe_create_screen() { … … 2198 2198 * Call the create_screen_save() method, if we're on the right page 2199 2199 * 2200 * @since 1.82200 * @since BuddyPress (1.8) 2201 2201 */ 2202 2202 public function maybe_create_screen_save() { … … 2346 2346 * 2347 2347 * @since BuddyPress (1.8) 2348 * @param $screen The markup to check2348 * @param string $screen The markup to check 2349 2349 * @return bool 2350 2350 */
Note: See TracChangeset
for help on using the changeset viewer.