Plugin Directory

Changeset 2052376


Ignore:
Timestamp:
03/18/2019 06:16:11 AM (7 years ago)
Author:
RNesbitt
Message:

Added valid readme file

Location:
php-year-auto-updater/trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • php-year-auto-updater/trunk/php-year.php

    r1738760 r2052376  
    1010function wp_php_year_shortcode($atts, $content = null){
    1111    //use output buffering to prevent the year from being prepended to the line/div.
    12       ob_start(); // begin output buffering
     12    ob_start(); // begin output buffering
    1313    $php_date = date('Y');
    1414    printf( '%s', $php_date );
Note: See TracChangeset for help on using the changeset viewer.