[wp-trac] Re: [WordPress Trac] #7607: Image gallery to have multiple
galleries inside one post
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 1 09:07:11 GMT 2008
#7607: Image gallery to have multiple galleries inside one post
----------------------------------------------+-----------------------------
Reporter: ShaneF | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.7
Component: Administration | Version: 2.7
Severity: normal | Resolution:
Keywords: gallery needs-patch dev-feedback |
----------------------------------------------+-----------------------------
Changes (by DD32):
* priority: high => normal
Comment:
{{{
_e('Group (' . $i . ') ' . $group_name . ' ' . $group_link);
}}}
Just a note on how translations work: The {{{__()}}} and {{{_e()}}}
functions must be passed an exact string, dynamic strings are useless,
Instead you'd use:
{{{
printf( __('Group (%d) %s %s'), $i, $group_name, $group_link);
}}}
I'm also setting the Priority back to Normal, If it gets in, it'll get in;
Priority is mainly useful for defects.
--
Ticket URL: <http://trac.wordpress.org/ticket/7607#comment:22>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list