Changeset 1804944
- Timestamp:
- 01/18/2018 06:54:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ments/trunk/ments.php
r1804181 r1804944 3 3 * Plugin Name: autometa's MENTS 4 4 * Description: It reproduces comment lists in pages, posts, portfolios or products simply via: [ments] and [recents]. 5 * Version: 2. 05 * Version: 2.2 6 6 * Author: JorgeAmVF 7 7 * Author URI: https://profiles.wordpress.org/jorgeamvf/ … … 55 55 'per_page' => 3, 56 56 'reverse_top_level' => 0, 57 'type' => 'comment'), 57 'type' => 'comment' 58 ), 58 59 $comments 59 ) . '</span>' 60 ) . '</span>'; 60 61 return $am_recents; 61 62 }
Note: See TracChangeset
for help on using the changeset viewer.