Plugin Directory

Changeset 1804940


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

code formatting and version alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sumus/trunk/sumus.php

    r1802163 r1804940  
    33* Plugin Name: autometa's SUMUS
    44* Description: It reproduces publication excerpts in pages or posts simply via: [sumus].
    5 * Version: 2.0
     5* Version: 2.2
    66* Author: JorgeAmVF
    77* Author URI: https://profiles.wordpress.org/jorgeamvf/
     
    2929function autometa_publication_excerpt() {
    3030    $am_sumus = '<span id="sumus" class="autometa">' . get_the_excerpt() . '</span>';
    31         return $am_sumus;
     31    return $am_sumus;
    3232}
    3333add_shortcode( "sumus", "autometa_publication_excerpt" );
Note: See TracChangeset for help on using the changeset viewer.