PluginProbe
Friends / 2.8.0
Friends v2.8.0
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / templates / frontend / parts / comments.php

comments.php in Friends 2.8.0, at templates/frontend/parts/comments.php

19 lines 418 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * This template contains the comments in the footer for an article on /friends/.
4 *
5 * @version 1.0
6 * @package Friends
7 */
8
9 $args['friends']->frontend->link(
10 get_comments_link(),
11 get_comments_number(),
12 array(
13 'class' => 'comments btn ml-1',
14 'dashicon_front' => 'admin-comments',
15 'data-id' => get_the_ID(),
16 'data-cnonce' => wp_create_nonce( 'comments-' . get_the_ID() ),
17 )
18 );
19