Advertisement
Guest User

Komentarze w WP

a guest
Mar 7th, 2017
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. function lte_enqueue_comment_reply() {
  2.     if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
  3.         wp_enqueue_script( 'comment-reply' );
  4.     }
  5. }
  6.  
  7. add_action('wp_enqueue_scripts', 'lte_enqueue_comment_reply');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement