PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
themes
/
redbiz
<?php /** * The template for displaying comments. * * The area of the page that contains both current comments * and the comment form. * * @package redbiz */ /* * Render comment list */ function themesflat_comments($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> <li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>"> <article id="comment-<?php comment_ID(); ?>" class="comment_wrap clearfix"> <div class="gravatar"> <?php if ( $args['avatar_size'] != 0 ) echo get_avatar( $comment, 70 ); ?> </div> <div class='comment_content'> <footer class="comment_meta"> <?php printf( '<h4 class="comment_author">%s</h4>', get_comment_author_link()); ?><?php edit_comment_link(esc_html__('(Edit)', 'redbiz' ),' ','') ?> <?php $comment_date = get_comment_date(); ?> <div class="comment_time"><?php echo esc_attr( $comment_date ); ?></div> </footer> <div class='comment_text'> <?php comment_text() ?> <?php if ($comment->comment_approved == '0') : ?> <span class="unapproved"><?php esc_html_e( 'Your comment is awaiting moderation.', 'redbiz') ?></span> <?php endif; ?> <div class="comement_reply"><?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?> </div> </div> </div> </article> <?php } /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <div class="comment-list-wrap"> <h2 class="comment-title"> <?php echo esc_html__( 'All Comments:', 'redbiz' ); ?> </h2> <ol class="comment-list"> <?php wp_list_comments( array( 'callback' => 'themesflat_comments' ) ); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav class="navigation comment-navigation" role="navigation"> <h5 class="screen-reader-text section-heading"><?php esc_html_e( 'Comment navigation', 'redbiz' ); ?></h5> <div class="nav-previous"><?php previous_comments_link( esc_html__( '← Older Comments', 'redbiz' ) ); ?></div> <div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments →', 'redbiz' ) ); ?></div> </nav> <?php endif; ?> <?php if ( !comments_open() && get_comments_number() ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'redbiz' ); ?></p> <?php endif; ?> </div><!-- /.comment-list-wrap --> <?php endif; ?><!-- have_comments --> <?php if ( comments_open() ) { $commenter = wp_get_current_commenter(); $aria_req = get_option( 'require_name_email' ) ? " aria-required='true'" : ''; $comment_args = array( 'title_reply' => esc_html__( 'Your Comment:', 'redbiz' ), 'id_submit' => 'comment-reply', 'label_submit' => esc_html__( 'Post Comment', 'redbiz' ), 'class_form' => 'clearfix', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="comment-left"> <fieldset class="name-container"> <input type="text" id="author" placeholder="'.esc_attr__( 'Your Name', 'redbiz' ).'" class="tb-my-input" name="author" tabindex="1" value="' . esc_attr( $commenter['comment_author'] ) . '" size="32"' . $aria_req . '> </fieldset></div>', 'email' => '<fieldset class="email-container"> <input type="text" id="email" placeholder="'.esc_attr__( 'You Email', 'redbiz' ).'" class="tb-my-input" name="email" tabindex="2" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="32"' . $aria_req . '> </fieldset>', ) ), 'comment_field' => '<div class="comment-right"><fieldset class="message"> <textarea id="comment-message" placeholder="'.esc_attr__( 'Comment', 'redbiz' ).'" name="comment" rows="8" tabindex="4"></textarea> </fieldset></div>', 'comment_notes_after' => '', 'comment_notes_before' => '', ); comment_form( $comment_args ); } ?><!-- comments_open --> </div><!-- #comments -->
[+]
icon
[-] comments.php
[open]
[-] content-single.php
[open]
[-] changelog.txt
[open]
[+]
images
[-] content-none.php
[open]
[+]
css
[-] single-portfolios.php
[open]
[-] functions.php
[open]
[-] 404.php
[open]
[-] content.php
[open]
[-] sidebar.php
[open]
[-] content-page.php
[open]
[+]
..
[-] single.php
[open]
[-] woocommerce.php
[open]
[+]
js
[+]
vc_templates
[-] license.txt
[open]
[+]
woocommerce
[-] content-portfolio.php
[open]
[-] archive-portfolios.php
[open]
[+]
sampledata
[+]
widgets
[-] page.php
[open]
[-] footer.php
[open]
[-] search.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[-] readme.txt
[open]
[+]
tpl
[+]
fonts
[-] taxonomy-portfolios_category.php
[open]
[-] screenshot.png
[open]
[+]
languages
[-] index.php
[open]
[+]
inc
[-] style.css
[open]