Plugin Directory

Changeset 1804948


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

code formatting and version alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dated/trunk/dated.php

    r1802155 r1804948  
    33* Plugin Name: autometa's DATED
    44* Description: It reproduces publication dates in pages, posts, portfolios or products simply via: [dated].
    5 * Version: 2.0
     5* Version: 2.2
    66* Author: JorgeAmVF
    77* Author URI: https://profiles.wordpress.org/jorgeamvf/
     
    2929function autometa_publication_date() {
    3030    $am_dated = '<span id="dated" class="autometa">' . get_the_date() . '</span>';
    31         return $am_dated;
     31    return $am_dated;
    3232}
    3333add_shortcode( "dated", "autometa_publication_date" );
Note: See TracChangeset for help on using the changeset viewer.