src/web/app/themes/twentynineteen-child/comments.php
author ymh <ymh.work@gmail.com>
Sat, 06 Mar 2021 09:11:30 +0100
changeset 42 5bb33f78b519
parent 8 6aecdb139e9c
permissions -rw-r--r--
New partners list
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     1
<?php
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     2
/**
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     3
 * The template for displaying comments
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     4
 *
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     5
 * This is the template that displays the area of the page that contains both the current comments
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     6
 * and the comment form.
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     7
 *
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     8
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     9
 *
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    10
 * @package WordPress
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    11
 * @subpackage Twenty_Nineteen
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    12
 * @since 1.0.0
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    13
 */
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    14
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    15
/*
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    16
 * If the current post is protected by a password and
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    17
 * the visitor has not yet entered the password we will
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    18
 * return early without loading the comments.
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    19
*/
6aecdb139e9c style edit + add logos on footer
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
    20