Changeset 2052376
- Timestamp:
- 03/18/2019 06:16:11 AM (7 years ago)
- Location:
- php-year-auto-updater/trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
-
README.md (deleted)
-
README.txt (added)
-
php-year.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
php-year-auto-updater/trunk/php-year.php
r1738760 r2052376 10 10 function wp_php_year_shortcode($atts, $content = null){ 11 11 //use output buffering to prevent the year from being prepended to the line/div. 12 ob_start(); // begin output buffering12 ob_start(); // begin output buffering 13 13 $php_date = date('Y'); 14 14 printf( '%s', $php_date );
Note: See TracChangeset
for help on using the changeset viewer.