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-settings/bp-settings-screens.php

    r6317 r7228  
    1515 *
    1616 * @since BuddyPress (1.5)
    17  *
    18  * @return If we shouldn't be here
    1917 */
    2018function bp_settings_screen_general() {
     
    3230 *
    3331 * @since BuddyPress (1.5)
    34  *
    35  * @return If we shouldn't be here
    3632 */
    3733function bp_settings_screen_notification() {
     
    4945 *
    5046 * @since BuddyPress (1.5)
    51  *
    52  * @return If we shouldn't be here
    5347 */
    5448function bp_settings_screen_delete_account() {
     
    6761 *
    6862 * @since BuddyPress (1.6)
    69  *
    70  * @return If we shouldn't be here
    7163 */
    7264function bp_settings_screen_capabilities() {
Note: See TracChangeset for help on using the changeset viewer.