Changeset 1804946
- Timestamp:
- 01/18/2018 06:55:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
forma/trunk/forma.php
r1804156 r1804946 3 3 * Plugin Name: autometa's FORMA 4 4 * Description: It generates comment forms in posts simply via: [forma]. 5 * Version: 2. 05 * Version: 2.2 6 6 * Author: JorgeAmVF 7 7 * Author URI: https://profiles.wordpress.org/jorgeamvf/ … … 30 30 $post_id = get_the_ID(); 31 31 $am_forma = '<span id="forma" class="autometa">' . comment_form() . '</span>'; 32 32 return $am_forma; 33 33 } 34 34 add_shortcode( "forma", "autometa_comment_form" );
Note: See TracChangeset
for help on using the changeset viewer.