[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-legacy/buddypress/members/single/notifications/ -> feedback-no-notifications.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - Members Feedback No Notifications
   4   *
   5   * @package BuddyPress
   6   * @subpackage bp-legacy
   7   * @version 3.0.0
   8   */
   9  
  10  ?>
  11  <div id="message" class="info">
  12  
  13      <?php if ( bp_is_current_action( 'unread' ) ) : ?>
  14  
  15          <?php if ( bp_is_my_profile() ) : ?>
  16  
  17              <p><?php _e( 'You have no unread notifications.', 'buddypress' ); ?></p>
  18  
  19          <?php else : ?>
  20  
  21              <p><?php _e( 'This member has no unread notifications.', 'buddypress' ); ?></p>
  22  
  23          <?php endif; ?>
  24  
  25      <?php else : ?>
  26  
  27          <?php if ( bp_is_my_profile() ) : ?>
  28  
  29              <p><?php _e( 'You have no notifications.', 'buddypress' ); ?></p>
  30  
  31          <?php else : ?>
  32  
  33              <p><?php _e( 'This member has no notifications.', 'buddypress' ); ?></p>
  34  
  35          <?php endif; ?>
  36  
  37      <?php endif; ?>
  38  
  39  </div>


Generated: Thu Mar 28 01:00:56 2024 Cross-referenced by PHPXref 0.7.1