Changeset 588441
- Timestamp:
- 08/21/2012 05:04:46 PM (14 years ago)
- Location:
- message-flow
- Files:
-
- 1 edited
- 10 copied
-
tags/1.1.6/contentflow (copied) (copied from message-flow/trunk/contentflow)
-
tags/1.1.6/css (copied) (copied from message-flow/trunk/css)
-
tags/1.1.6/images (copied) (copied from message-flow/trunk/images)
-
tags/1.1.6/js (copied) (copied from message-flow/trunk/js)
-
tags/1.1.6/js/main.js (copied) (copied from message-flow/trunk/js/main.js)
-
tags/1.1.6/main.php (copied) (copied from message-flow/trunk/main.php) (3 diffs)
-
tags/1.1.6/mediaelementjs (copied) (copied from message-flow/trunk/mediaelementjs)
-
tags/1.1.6/readme.txt (copied) (copied from message-flow/trunk/readme.txt)
-
tags/1.1.6/screenshot-1.png (copied) (copied from message-flow/trunk/screenshot-1.png)
-
tags/1.1.6/screenshot-2.png (copied) (copied from message-flow/trunk/screenshot-2.png)
-
trunk/main.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
message-flow/tags/1.1.6/main.php
r588425 r588441 4 4 Plugin URI: http://JoeAnzalone.com/plugins/message-flow 5 5 Description: 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. 56 Version: 1.1.6 7 7 Author: Joe Anzalone 8 8 Author URI: http://JoeAnzalone.com … … 169 169 $post_permalink = $post->permalink; 170 170 171 $podcast_episode_text_content = ''; 171 172 if(!empty($post->post_content)){ 172 173 //$podcast_episode_text_content = $post->post_content; … … 182 183 } 183 184 } 184 } else {185 $podcast_episode_text_content = NULL;186 185 } 187 186 -
message-flow/trunk/main.php
r588425 r588441 4 4 Plugin URI: http://JoeAnzalone.com/plugins/message-flow 5 5 Description: 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. 56 Version: 1.1.6 7 7 Author: Joe Anzalone 8 8 Author URI: http://JoeAnzalone.com … … 169 169 $post_permalink = $post->permalink; 170 170 171 $podcast_episode_text_content = ''; 171 172 if(!empty($post->post_content)){ 172 173 //$podcast_episode_text_content = $post->post_content; … … 182 183 } 183 184 } 184 } else {185 $podcast_episode_text_content = NULL;186 185 } 187 186
Note: See TracChangeset
for help on using the changeset viewer.