Changeset 10673 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 03/23/2016 02:22:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10652 r10673 707 707 708 708 <?php else : ?> 709 <p> 710 <?php _e( 'No activity found with this ID.', 'buddypress' ); ?> 711 <a href="<?php echo esc_url( bp_get_admin_url( 'admin.php?page=bp-activity' ) ); ?>"><?php _e( 'Go back and try again.', 'buddypress' ); ?></a> 712 </p> 709 710 <p><?php 711 printf( 712 '%1$s <a href="%2$s">%3$s</a>', 713 __( 'No activity found with this ID.', 'buddypress' ), 714 esc_url( bp_get_admin_url( 'admin.php?page=bp-activity' ) ), 715 __( 'Go back and try again.', 'buddypress' ) 716 ); 717 ?></p> 718 713 719 <?php endif; ?> 714 720
Note: See TracChangeset
for help on using the changeset viewer.