Plugin Directory

Changeset 1804946


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

code formatting and version alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • forma/trunk/forma.php

    r1804156 r1804946  
    33* Plugin Name: autometa's FORMA
    44* Description: It generates comment forms in posts simply via: [forma].
    5 * Version: 2.0
     5* Version: 2.2
    66* Author: JorgeAmVF
    77* Author URI: https://profiles.wordpress.org/jorgeamvf/
     
    3030    $post_id = get_the_ID();
    3131    $am_forma = '<span id="forma" class="autometa">' . comment_form() . '</span>';
    32         return $am_forma;
     32    return $am_forma;
    3333}
    3434add_shortcode( "forma", "autometa_comment_form" );
Note: See TracChangeset for help on using the changeset viewer.