Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 09:56:44 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix @since PHPDoc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php

    r11855 r11899  
    33 * Activity Template tags
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Before Activity's directory content legacy do_action hooks wrapper
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 */
    1616function bp_nouveau_before_activity_directory_content() {
     
    3333 * After Activity's directory content legacy do_action hooks wrapper
    3434 *
    35  * @since 1.0.0
     35 * @since 3.0.0
    3636 */
    3737function bp_nouveau_after_activity_directory_content() {
     
    6666 * Enqueue needed scripts for the Activity Post Form
    6767 *
    68  * @since 1.0.0
     68 * @since 3.0.0
    6969 */
    7070function bp_nouveau_before_activity_post_form() {
     
    8484 * Load JS Templates for the Activity Post Form
    8585 *
    86  * @since 1.0.0
     86 * @since 3.0.0
    8787 */
    8888function bp_nouveau_after_activity_post_form() {
     
    102102 * Display the displayed user activity post form if needed
    103103 *
    104  * @since 1.0.0
     104 * @since 3.0.0
    105105 *
    106106 * @return string HTML.
     
    130130 * Fire specific hooks into the activity entry template
    131131 *
    132  * @since 1.0.0
     132 * @since 3.0.0
    133133 *
    134134 * @param string $when   Optional. Either 'before' or 'after'.
     
    155155 * Checks if an activity of the loop has some content.
    156156 *
    157  * @since 1.0.0
     157 * @since 3.0.0
    158158 *
    159159 * @return bool True if the activity has some content. False Otherwise.
     
    166166 * Output the Activity content into the loop.
    167167 *
    168  * @since 1.0.0
     168 * @since 3.0.0
    169169 */
    170170function bp_nouveau_activity_content() {
     
    184184 * Output the action buttons inside an Activity Loop.
    185185 *
    186  * @since 1.0.0
     186 * @since 3.0.0
    187187 *
    188188 * @param array $args See bp_nouveau_wrapper() for the description of parameters.
     
    218218     *
    219219     * @todo This function is too large and needs refactoring and reviewing.
    220      * @since 1.0.0
     220     * @since 3.0.0
    221221     */
    222222    function bp_nouveau_get_activity_entry_buttons( $args ) {
     
    497497         * Filter to add your buttons, use the position argument to choose where to insert it.
    498498         *
    499          * @since 1.0.0
     499         * @since 3.0.0
    500500         *
    501501         * @param array $buttons     The list of buttons.
     
    542542         * Leave a chance to adjust the $return
    543543         *
    544          * @since 1.0.0
     544         * @since 3.0.0
    545545         *
    546546         * @param array $return      The list of buttons ordered.
     
    555555 * Output Activity Comments if any
    556556 *
    557  * @since 1.0.0
     557 * @since 3.0.0
    558558 */
    559559function bp_nouveau_activity_comments() {
     
    572572 * Note: This is an adaptation of the bp_activity_recurse_comments() BuddyPress core function
    573573 *
    574  * @since 1.0.0
     574 * @since 3.0.0
    575575 *
    576576 * @param object $comment The activity object currently being recursed.
     
    629629 * Ouptut the Activity comment action string
    630630 *
    631  * @since 1.0.0
     631 * @since 3.0.0
    632632 */
    633633function bp_nouveau_activity_comment_action() {
     
    638638     * Get the Activity comment action string
    639639     *
    640      * @since 1.0.0
     640     * @since 3.0.0
    641641     */
    642642    function bp_nouveau_get_activity_comment_action() {
     
    645645         * Filter to edit the activity comment action.
    646646         *
    647          * @since 1.0.0
     647         * @since 3.0.0
    648648         *
    649649         * @param string $value HTML Output
     
    664664 * Load the Activity comment form
    665665 *
    666  * @since 1.0.0
     666 * @since 3.0.0
    667667 */
    668668function bp_nouveau_activity_comment_form() {
     
    680680 * Output the action buttons for the activity comments
    681681 *
    682  * @since 1.0.0
     682 * @since 3.0.0
    683683 *
    684684 * @param array $args Optional. See bp_nouveau_wrapper() for the description of parameters.
     
    711711     * Get the action buttons for the activity comments
    712712     *
    713      * @since 1.0.0
     713     * @since 3.0.0
    714714     *
    715715     * @param array $args Optional. See bp_nouveau_wrapper() for the description of parameters.
     
    832832         * Filter to add your buttons, use the position argument to choose where to insert it.
    833833         *
    834          * @since 1.0.0
     834         * @since 3.0.0
    835835         *
    836836         * @param array $buttons             The list of buttons.
     
    884884         * Leave a chance to adjust the $return
    885885         *
    886          * @since 1.0.0
     886         * @since 3.0.0
    887887         *
    888888         * @param array $return              The list of buttons ordered.
Note: See TracChangeset for help on using the changeset viewer.