/** * Handles an [img] tag. * * @param string The text to search for an image in. * @param string Whether to parse matching images into pictures or just links. * * @return string HTML representation of the tag. */ function handle_bbcode_img($bbcode, $do_imgcode, $has_img_code = false)