Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Templates Component.

Fixes #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications.php

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Notifications
     
    2322switch ( bp_current_action() ) :
    2423
    25     // Unread
    2624    case 'unread' :
    2725        bp_get_template_part( 'members/single/notifications/unread' );
    2826        break;
    2927
    30     // Read
    3128    case 'read' :
    3229        bp_get_template_part( 'members/single/notifications/read' );
    3330        break;
    3431
    35     // Any other
     32    // Any other actions.
    3633    default :
    3734        bp_get_template_part( 'members/single/plugins' );
Note: See TracChangeset for help on using the changeset viewer.