Plugin Directory

Changeset 1804944


Ignore:
Timestamp:
01/18/2018 06:54:47 AM (7 years ago)
Author:
JorgeAmVF
Message:

code formatting and version alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ments/trunk/ments.php

    r1804181 r1804944  
    33* Plugin Name: autometa's MENTS
    44* Description: It reproduces comment lists in pages, posts, portfolios or products simply via: [ments] and [recents].
    5 * Version: 2.0
     5* Version: 2.2
    66* Author: JorgeAmVF
    77* Author URI: https://profiles.wordpress.org/jorgeamvf/
     
    5555        'per_page' => 3,
    5656        'reverse_top_level' => 0,
    57         'type' => 'comment'),
     57        'type' => 'comment'
     58    ),
    5859         $comments
    59     ) . '</span>' ;
     60    ) . '</span>';
    6061    return $am_recents;
    6162}
Note: See TracChangeset for help on using the changeset viewer.