﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
13274	Gallery Short Code Change media.php	waltertschwe		"File requested to be changed: /wp-includes/media.php

This is a customized change needed for Time Magazine's blogs. proc gallery_shortcode.  We are requesting this change to accommodate our iPhone application.  This would only effect our time feeding through plugin.  This adds a link under each gallery asset name because the app can't pick up the image or the link from the short code.  

NEW CODE: 
// added for mobile app
                $feed = $_GET['feed'];
                if ($feed == ""feedingtrough"") {
                    $postUrl = wp_get_attachment_url($id, 'full');
                    $output .= ""<div class=\""mobile\""><a href=\""{$postUrl}\"">$attachment->post_title</a></div>"";
                }
"	feature request	closed	normal		General		normal	invalid		
