Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ?>
- <div class="media mb-3 pb-3 border-bottom">
- <div class="user-avatar mr-3">
- <?php echo get_avatar( $query_result[$i]['following_id'], '', '', '', array( 'class' => get_option( 'avatar_style', 'img-thumbnail' ) ) );?>
- </div>
- <div class="media-body">
- <h5 class="author-name">
- <a href="<?php echo esc_url( get_author_posts_url( $query_result[$i]['following_id']) )?>">
- <?php echo megatube_get_user_display_name( $query_result[$i]['following_id']);?>
- </a>
- </h5>
- <?php include 'button-follow.php';?>
- </div>
- </div>
- <?php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement