Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2018 01:32:52 AM (8 years ago)
Author:
tw2113
Message:

add/touchup documentation to a lot of Nouveau actions and filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/index.php

    r11719 r12008  
    3838        <button type="button" class="button edit" id="bp-delete-avatar"><?php esc_html_e( 'Delete Group Profile Photo', 'buddypress' ); ?></button>
    3939    <# } else { #>
    40         <?php do_action( 'bp_attachments_avatar_delete_template' ); ?>
     40        <?php
     41            /**
     42             * Fires inside the avatar delete frontend template markup if no other data.object condition is met.
     43             *
     44             * @since 3.0.0
     45             */
     46            do_action( 'bp_attachments_avatar_delete_template' ); ?>
    4147    <# } #>
    4248</script>
    4349
    44 <?php do_action( 'bp_attachments_avatar_main_template' ); ?>
     50<?php
     51    /**
     52     * Fires after the avatar main frontend template markup.
     53     *
     54     * @since 3.0.0
     55     */
     56    do_action( 'bp_attachments_avatar_main_template' ); ?>
Note: See TracChangeset for help on using the changeset viewer.