[wp-testers] gallery

Philip M. Hofer (Frumph) philip at frumph.net
Fri Dec 24 06:15:54 UTC 2010


i'm thinking it's this part

 extract(shortcode_atts(array(
  'order'      => 'ASC',
  'orderby'    => 'menu_order ID',
  'id'         => $post->ID,
  'itemtag'    => 'dl',
  'icontag'    => 'dt',
  'captiontag' => 'dd',
  'columns'    => 3,
  'size'       => 'thumbnail',
  'include'    => '',
  'exclude'    => ''
 ), $attr));



 if ( !empty($include) ) {


^^ its defined as empty to begin with so its not even looking for the 
attachments so auto-quit






----- Original Message ----- 
From: <michael at mfields.org>
To: <wp-testers at lists.automattic.com>
Sent: Thursday, December 23, 2010 9:57 PM
Subject: Re: [wp-testers] gallery


> It's working for me. Perhaps it is a ripple effect due to the errors you
> experienced updating to beta. I've been using this plugin for the longest
> time and it has yet to fail (knock on wood).
>
> http://wordpress.org/extend/plugins/wordpress-beta-tester/
>
> If you still have issues, the gallery_shortcode() function is defined
> around line 758 of /wp-includes/media.php You can probably start dumping
> vars there.
>
> Best wishes,
> -Mike
>
>> Gallery Shortcode doesn't seem to be working on my sites anymore.
>>
>> [gallery orderby="rand"]
>>
>> Disabled all plugins and it's still not showing up
>>
>>
>> Anything you know of in the core code I can put in to test where the
>> content is disappearing or not showing up?
>>
>>
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
>
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
> 




More information about the wp-testers mailing list