Plugin Directory

Changeset 1804938


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

code formatting and version alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thumb/trunk/thumb.php

    r1804078 r1804938  
    33* Plugin Name: autometa's THUMB
    44* Description: It repdoduces featured images in pages, posts, portfolios or products simply via: [thumb].
    5 * Version: 2.0
     5* Version: 2.2
    66* Author: JorgeAmVF
    77* Author URI: https://profiles.wordpress.org/jorgeamvf/
     
    2929function autometa_featured_image() {
    3030    $am_thumb = '<span id="thumb" class="autometa">' . get_the_post_thumbnail() . '</span>';
    31         return $am_thumb;
     31    return $am_thumb;
    3232}
    3333add_shortcode( "thumb", "autometa_featured_image" );
Note: See TracChangeset for help on using the changeset viewer.