Advertisement
phpface

Untitled

Apr 25th, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ?>
  2. <div class="media mb-3 pb-3 border-bottom">
  3. <div class="user-avatar mr-3">
  4. <?php echo get_avatar( $query_result[$i]['following_id'], '', '', '', array( 'class' => get_option( 'avatar_style', 'img-thumbnail' ) ) );?>
  5. </div>
  6.  
  7. <div class="media-body">
  8. <h5 class="author-name">
  9. <a href="<?php echo esc_url( get_author_posts_url( $query_result[$i]['following_id']) )?>">
  10. <?php echo megatube_get_user_display_name( $query_result[$i]['following_id']);?>
  11. </a>
  12. </h5>
  13. <?php include 'button-follow.php';?>
  14. </div>
  15. </div>
  16. <?php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement