Changeset 588166
- Timestamp:
- 08/21/2012 04:27:07 AM (14 years ago)
- Location:
- message-flow/tags/1.1.3
- Files:
-
- 1 added
- 9 copied
-
. (added)
-
contentflow (copied) (copied from message-flow/trunk/contentflow)
-
css (copied) (copied from message-flow/trunk/css)
-
images (copied) (copied from message-flow/trunk/images)
-
js (copied) (copied from message-flow/trunk/js)
-
main.php (copied) (copied from message-flow/trunk/main.php) (3 diffs)
-
mediaelementjs (copied) (copied from message-flow/trunk/mediaelementjs)
-
readme.txt (copied) (copied from message-flow/trunk/readme.txt) (1 diff)
-
screenshot-1.png (copied) (copied from message-flow/trunk/screenshot-1.png)
-
screenshot-2.png (copied) (copied from message-flow/trunk/screenshot-2.png)
Legend:
- Unmodified
- Added
- Removed
-
message-flow/tags/1.1.3/main.php
r588159 r588166 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. 26 Version: 1.1.3 7 7 Author: Joe Anzalone 8 8 Author URI: http://JoeAnzalone.com … … 115 115 if(!empty($post->post_content)){ 116 116 $podcast_episode_text_content = $post->post_content; 117 } else { 118 $podcast_episode_text_content = NULL; 117 119 } 118 120 … … 156 158 </div>'; 157 159 158 if(!empty($podcast_episode_text_content)){ 159 $podcast_episodes_text_contents[$post->ID] = $podcast_episode_text_content;160 } 160 161 $podcast_episodes_text_contents[$post->ID] = $podcast_episode_text_content; 162 161 163 } 162 164 } -
message-flow/tags/1.1.3/readme.txt
r588159 r588166 44 44 == Changelog == 45 45 46 = 1.1.3 = 47 * Fixed bug where post content would be inaccurate for some episodes within widget 48 46 49 = 1.1.2 = 47 50 * Fixed WP_DEBUG errors that appear when site has no podcast episodes
Note: See TracChangeset
for help on using the changeset viewer.