Changeset 1804948
- Timestamp:
- 01/18/2018 06:55:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dated/trunk/dated.php
r1802155 r1804948 3 3 * Plugin Name: autometa's DATED 4 4 * Description: It reproduces publication dates in pages, posts, portfolios or products simply via: [dated]. 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_date() { 30 30 $am_dated = '<span id="dated" class="autometa">' . get_the_date() . '</span>'; 31 31 return $am_dated; 32 32 } 33 33 add_shortcode( "dated", "autometa_publication_date" );
Note: See TracChangeset
for help on using the changeset viewer.