Advertisement
Guest User

Untitled

a guest
Dec 29th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. //* Tùy biến comments title text trong Genesis
  2. add_filter( 'genesis_title_comments', 'sp_genesis_title_comments' );
  3. function sp_genesis_title_comments() {
  4. $title = '<h3>Bình luận</h3>';
  5. return $title;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement