Skip to:
Content

bbPress.org

Changeset 4819


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

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

Location:
trunk/includes
Files:
4 edited

Legend:

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

    r4808 r4819  
    7979 *
    8080 * @param string $action The requested action to compare this function to
    81  * @uses bbPress:errors::add() To log various error messages
     81 * @uses bbp_add_error() To add an error message
    8282 * @uses bbp_verify_nonce_request() To verify the nonce and check the request
    8383 * @uses bbp_is_anonymous() To check if an anonymous post is being made
  • trunk/includes/replies/functions.php

    r4810 r4819  
    10291029 *
    10301030 * @param string $action The requested action to compare this function to
    1031  * @uses bbPress:errors::add() To log various error messages
     1031 * @uses bbp_add_error() To add an error message
    10321032 * @uses bbp_get_reply() To get the reply
    10331033 * @uses bbp_get_topic() To get the topics
  • 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
  • trunk/includes/topics/template-tags.php

    r4818 r4819  
    28132813 * @uses apply_filters() Calls 'bbp_topic_notices' with the notice text, topic
    28142814 *                        status and topic id
    2815  * @uses bbPress::errors::add() To add the notices to the error handler
     2815 * @uses bbp_add_error() To add an error message
    28162816 */
    28172817function bbp_topic_notices() {
Note: See TracChangeset for help on using the changeset viewer.