Plugin Directory

Changeset 910491


Ignore:
Timestamp:
05/08/2014 01:44:08 PM (12 years ago)
Author:
Danny159
Message:

Update version 2.1

Location:
scheduled-contnet-by-streama/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scheduled-contnet-by-streama/trunk/index.php

    r910474 r910491  
    55Description: Scheduled content enables you to schedule portions of a post or page and/or set an expiery date for that content.
    66Author: ThatBlogger
    7 Version: 2.0
     7Author URI: http://thatblogger.co/
     8Version: 2.1
    89License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    910*/
     
    4849        if($curStamp >= $userTimeA){
    4950            // Return the content
    50             $return = $content;
     51            $return = do_shortcode($content);
    5152        }
    5253    }else{
     
    5556            if($curStamp >= $userTimeA){
    5657                // Return the content
    57                 $return = $content;
     58                $return = do_shortcode($content);
    5859            }
    5960        }
  • scheduled-contnet-by-streama/trunk/readme.txt

    r910478 r910491  
    2626The time is compared with your blog's time zone settings, if you set your time zone to local time zone it would be easy for you. Go to "General" settings of your wordpress dashboard, under "Time Zone" you can set the time zone you prefer.
    2727
     28Shortcodes will also run inside this shortcode!!
     29
    2830
    2931== Installation ==
     
    3436
    3537== Changelog ==
     38
     39= 2.1 =
     40* Add feature to allow shortcodes to be inside the scheduled content - http://wordpress.org/support/topic/shortcodes-in-scheduled-content
    3641
    3742= 2.0 =
Note: See TracChangeset for help on using the changeset viewer.