Changeset 1483425
- Timestamp:
- 08/25/2016 02:37:43 PM (10 years ago)
- Location:
- transcoder/tags/1.0.2
- Files:
-
- 2 edited
-
admin/rt-transcoder-functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
transcoder/tags/1.0.2/admin/rt-transcoder-functions.php
r1483415 r1483425 585 585 $all_media = $rt_model->get( array( 'activity_id' => $activity->id ) ); 586 586 $attachement_url = wp_get_attachment_url( $all_media[0]->media_id ); 587 echo$file_extension = pathinfo( parse_url($attachement_url)['path'], PATHINFO_EXTENSION );588 587 $file_extension = pathinfo( parse_url($attachement_url)['path'], PATHINFO_EXTENSION ); 588 $message = ''; 589 589 if( in_array( $file_extension, array( 'mp3', 'mp4') ) ){ 590 590 return $content; -
transcoder/tags/1.0.2/readme.txt
r1483415 r1483425 116 116 117 117 118 = 1.0.2 [Aug 2 4, 2016] =118 = 1.0.2 [Aug 25, 2016] = 119 119 120 120
Note: See TracChangeset
for help on using the changeset viewer.