Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r7182 r7228  
    885885     * @since BuddyPress (1.5)
    886886     *
    887      * @param str $status 'public', 'private', 'hidden', 'all' Which group types to count
     887     * @param string $status 'public', 'private', 'hidden', 'all' Which group types to count
    888888     * @return int The topic count
    889889     */
     
    21802180     * Call the create_screen() method, if we're on the right page
    21812181     *
    2182      * @since 1.8
     2182     * @since BuddyPress (1.8)
    21832183     */
    21842184    public function maybe_create_screen() {
     
    21982198     * Call the create_screen_save() method, if we're on the right page
    21992199     *
    2200      * @since 1.8
     2200     * @since BuddyPress (1.8)
    22012201     */
    22022202    public function maybe_create_screen_save() {
     
    23462346     *
    23472347     * @since BuddyPress (1.8)
    2348      * @param $screen The markup to check
     2348     * @param string $screen The markup to check
    23492349     * @return bool
    23502350     */
Note: See TracChangeset for help on using the changeset viewer.