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-actions.php

    r6361 r7228  
    2424 *
    2525 * @global BuddyPress $bp
    26  * @return If no reason to proceed
    2726 */
    2827function bp_settings_action_general() {
     
    215214/**
    216215 * Handles the changing and saving of user notification settings
    217  *
    218  * @return If no reason to proceed
    219216 */
    220217function bp_settings_action_notifications() {
     
    261258/**
    262259 * Handles the setting of user capabilities, spamming, hamming, role, etc...
    263  *
    264  * @return If no reason to proceed
    265260 */
    266261function bp_settings_action_capabilities() {
     
    310305/**
    311306 * Handles the deleting of a user
    312  *
    313  * @return If no reason to proceed
    314307 */
    315308function bp_settings_action_delete_account() {
Note: See TracChangeset for help on using the changeset viewer.