芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/blog/wp-content/plugins/youtube-embed/includes/aye-update-post-content.php
" ) { $anchor_pos = strrpos( substr( $content, 0, $search ), '
') - strlen($identifier) - 11; } } // Work out video ID and generate code $id = substr( $content, $search + strlen( $identifier ), 11 ); $code = aye_generate_youtube_code( $id, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', $options[ 'comments_profile' ], '', '' ); // Now replace the URL with the resultant code $first_section = $search - 1 - $anchor_start; if ( $first_section < 1 ) { $content = $code . substr( $content, $search + strlen( $identifier ) + 11 + $anchor_end ); } else { $content = substr( $content, 0, $first_section ) . $code . substr( $content, $search + strlen( $identifier ) + 11 + $anchor_end ); } $search_pos = $search + strlen( $code ) - $anchor_start; } else { $search_pos = $search + strlen( $identifier ) + 11; } $search = strpos( $content, $identifier, $search_pos - 1); } } return $content; } add_filter( 'comment_text', 'aye_filter_comments' ); ?>