Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/21/2013 04:20:17 PM (11 years ago)
Author:
johnjamesjacoby
Message:

bbp_add_error() phpdoc updates. Props netweb. Fixes #2271.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/topics/functions.php

    r4816 r4819  
    8181 *
    8282 * @param string $action The requested action to compare this function to
    83  * @uses bbPress:errors::add() To log various error messages
     83 * @uses bbp_add_error() To add an error message
    8484 * @uses bbp_verify_nonce_request() To verify the nonce and check the referer
    8585 * @uses bbp_is_anonymous() To check if an anonymous post is being made
     
    396396 *
    397397 * @param string $action The requested action to compare this function to
    398  * @uses bbPress:errors::add() To log various error messages
     398 * @uses bbp_add_error() To add an error message
    399399 * @uses bbp_get_topic() To get the topic
    400400 * @uses bbp_verify_nonce_request() To verify the nonce and check the request
     
    10511051 *
    10521052 * @param string $action The requested action to compare this function to
    1053  * @uses bbPress:errors::add() To log various error messages
     1053 * @uses bbp_add_error() To add an error message
    10541054 * @uses bbp_get_topic() To get the topics
    10551055 * @uses bbp_verify_nonce_request() To verify the nonce and check the request
     
    13341334 *
    13351335 * @param string $action The requested action to compare this function to
    1336  * @uses bbPress:errors::add() To log various error messages
     1336 * @uses bbp_add_error() To add an error message
    13371337 * @uses bbp_get_reply() To get the reply
    13381338 * @uses bbp_get_topic() To get the topics
     
    17041704 * @uses bbp_verify_nonce_request() To verify the nonce and check the request
    17051705 * @uses current_user_can() To check if the current user can edit/delete tags
    1706  * @uses bbPress::errors::add() To log the error messages
     1706 * @uses bbp_add_error() To add an error message
    17071707 * @uses wp_update_term() To update the topic tag
    17081708 * @uses get_term_link() To get the topic tag url
Note: See TracChangeset for help on using the changeset viewer.