Plugin Directory

Changeset 588441


Ignore:
Timestamp:
08/21/2012 05:04:46 PM (14 years ago)
Author:
Captin Shmit
Message:

Forgot to update main.php

Location:
message-flow
Files:
1 edited
10 copied

Legend:

Unmodified
Added
Removed
  • message-flow/tags/1.1.6/main.php

    r588425 r588441  
    44Plugin URI: http://JoeAnzalone.com/plugins/message-flow
    55Description: Provides a shortcode that generates a cover flow-like interface for all podcasts in a given category or feed: [message-flow category="11"]
    6 Version: 1.1.5
     6Version: 1.1.6
    77Author: Joe Anzalone
    88Author URI: http://JoeAnzalone.com
     
    169169                $post_permalink = $post->permalink;
    170170           
     171                $podcast_episode_text_content = '';
    171172                if(!empty($post->post_content)){
    172173                    //$podcast_episode_text_content = $post->post_content;
     
    182183                        }
    183184                    }
    184                 } else {
    185                     $podcast_episode_text_content = NULL;
    186185                }
    187186           
  • message-flow/trunk/main.php

    r588425 r588441  
    44Plugin URI: http://JoeAnzalone.com/plugins/message-flow
    55Description: Provides a shortcode that generates a cover flow-like interface for all podcasts in a given category or feed: [message-flow category="11"]
    6 Version: 1.1.5
     6Version: 1.1.6
    77Author: Joe Anzalone
    88Author URI: http://JoeAnzalone.com
     
    169169                $post_permalink = $post->permalink;
    170170           
     171                $podcast_episode_text_content = '';
    171172                if(!empty($post->post_content)){
    172173                    //$podcast_episode_text_content = $post->post_content;
     
    182183                        }
    183184                    }
    184                 } else {
    185                     $podcast_episode_text_content = NULL;
    186185                }
    187186           
Note: See TracChangeset for help on using the changeset viewer.