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/cover-images/index.php

    r11719 r12008  
    2727        <button type="button" class="button edit" id="bp-delete-cover-image"><?php esc_html_e( 'Delete Group Cover Image', 'buddypress' ); ?></button>
    2828    <# } else { #>
    29         <?php do_action( 'bp_attachments_cover_image_delete_template' ); ?>
     29        <?php
     30            /**
     31             * Fires inside the cover image delete frontend template markup if no other data.object condition is met.
     32             *
     33             * @since 3.0.0
     34             */
     35            do_action( 'bp_attachments_cover_image_delete_template' ); ?>
    3036    <# } #>
    3137</script>
    3238
    33 <?php do_action( 'bp_attachments_cover_image_main_template' ); ?>
     39<?php
     40    /**
     41     * Fires after the cover image main frontend template markup.
     42     *
     43     * @since 3.0.0
     44     */
     45    do_action( 'bp_attachments_cover_image_main_template' ); ?>
Note: See TracChangeset for help on using the changeset viewer.