Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/rt-transcoder-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function rtt_bp_get_activity_content( $content, $activity = '' ) {
$message = apply_filters( 'rtt_transcoding_in_progress_message', $message, $activity );
$message .= '</div>';
/* Add this message to the particular media (there can be multiple medias in the activity) */
$search = '/(rt_media_video_' . $media->id . ")['\"](.*?)(<\/a><\/div>)/s";
$search = '/(rt_media_video_' . $media->id . ")['\"](.*?)(<\/a><\/p><\/div>)/s";
$text_found = array();
preg_match( $search, $content, $text_found );

Expand Down