[b]/** Auto-Generate ALT tag for images */
function image_alt_tag($content)
{global $post;preg_match_all('/[i]/', $content, $images);
if(!is_null($images)) {foreach($images[1] as $index => $value)
{if(!preg_match('/alt=/', $value)){
$new_img = str_replace('[i]