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/ajax.php

    r11876 r11899  
    33 * Common functions only loaded on AJAX requests.
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1313 *
    1414 * @return string Prints template loop for the specified object
    15  * @since 1.0.0
     15 * @since 3.0.0
    1616 */
    1717function bp_nouveau_ajax_object_template_loader() {
     
    126126 * Register AJAX hooks.
    127127 *
    128  * @since 1.0.0
     128 * @since 3.0.0
    129129 *
    130130 * @param array $ajax_actions {
Note: See TracChangeset for help on using the changeset viewer.