Changeset 1804940
- Timestamp:
- 01/18/2018 06:53:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sumus/trunk/sumus.php
r1802163 r1804940 3 3 * Plugin Name: autometa's SUMUS 4 4 * Description: It reproduces publication excerpts in pages or posts simply via: [sumus]. 5 * Version: 2. 05 * Version: 2.2 6 6 * Author: JorgeAmVF 7 7 * Author URI: https://profiles.wordpress.org/jorgeamvf/ … … 29 29 function autometa_publication_excerpt() { 30 30 $am_sumus = '<span id="sumus" class="autometa">' . get_the_excerpt() . '</span>'; 31 31 return $am_sumus; 32 32 } 33 33 add_shortcode( "sumus", "autometa_publication_excerpt" );
Note: See TracChangeset
for help on using the changeset viewer.