Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. printf( '<cite class="fn" itemprop="creator">%1$s</cite>',
  2.                         get_my7_comment_author_link(),
  3.                         // Adds Post Author to comments posted by the article writer
  4.                         ( $comment->user_id === $post->post_author ) ? '<span> ' . __( 'Post author', 'themonic' ) . '</span>' : ''
  5.                     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement