Closed (fixed)
Project:
Genesis
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 15:31 UTC
Updated:
5 May 2009 at 20:40 UTC
Your theme's function phptemplate_user_picture() is unnecessary since it duplicates the code that is already run by template_preprocess_user_picture() in user.module automatically.
This causes problems for my Gravatar module users that also use your theme because your theme's function has the final override for the user picture code when it has no need to do so since it just does the default code.
If you had a reason to include this in your theme's template.php, let me know, otherwise you should really remove it.
Comments
Comment #1
dave reidComment #2
Jeff Burnz commentedI'll rip it out in the next release, I have some bugs to clean up and some changes I want to make so its on its way.
Comment #3
Jeff Burnz commentedSee http://drupal.org/node/353057, fixed.