Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. try{
  4. $author = Intraweb_Blogs_Helpers::getEmpNameById($post->post_author);
  5.  
  6. }catch (Exception $e){
  7. $author = Intraweb_Blogs_Helpers::getEmpNameById($post->post_author);
  8. }
Add Comment
Please, Sign In to add comment