Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2015 10:51:31 PM (10 years ago)
Author:
tw2113
Message:

Punctuation is a key element to complete sentences.

See #6396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-notifications.php

    r9833 r9834  
    3535 * @uses apply_filters() To call the 'bp_activity_at_message_notification_message' hook.
    3636 * @uses wp_mail()
    37  * @uses do_action() To call the 'bp_activity_sent_mention_email' hook
     37 * @uses do_action() To call the 'bp_activity_sent_mention_email' hook.
    3838 *
    3939 * @param int $activity_id      The ID of the activity update.
     
    164164 * @uses get_blog_option()
    165165 * @uses bp_get_root_blog_id()
    166  * @uses apply_filters() To call the 'bp_activity_new_comment_notification_to' hook
    167  * @uses apply_filters() To call the 'bp_activity_new_comment_notification_subject' hook
    168  * @uses apply_filters() To call the 'bp_activity_new_comment_notification_message' hook
     166 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_to' hook.
     167 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_subject' hook.
     168 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_message' hook.
    169169 * @uses wp_mail()
    170  * @uses do_action() To call the 'bp_activity_sent_reply_to_update_email' hook
    171  * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_to' hook
    172  * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_subject' hook
    173  * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_message' hook
    174  * @uses do_action() To call the 'bp_activity_sent_reply_to_reply_email' hook
     170 * @uses do_action() To call the 'bp_activity_sent_reply_to_update_email' hook.
     171 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_to' hook.
     172 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_subject' hook.
     173 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_message' hook.
     174 * @uses do_action() To call the 'bp_activity_sent_reply_to_reply_email' hook.
    175175 *
    176176 * @param int   $comment_id   The comment id.
     
    357357
    358358/**
    359  * Helper method to map action arguments to function parameters
     359 * Helper method to map action arguments to function parameters.
    360360 *
    361361 * @since BuddyPress (1.9.0)
Note: See TracChangeset for help on using the changeset viewer.