[wp-trac] [WordPress Trac] #23926: Use ID3 data for audio and video

WordPress Trac noreply at wordpress.org
Wed Apr 10 00:40:47 UTC 2013


#23926: Use ID3 data for audio and video
----------------------------+--------------------
 Reporter:  wonderboymusic  |       Owner:
     Type:  enhancement     |      Status:  new
 Priority:  normal          |   Milestone:  3.6
Component:  Media           |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |
----------------------------+--------------------

Comment (by SergeyBiryukov):

 > `_x( '“%1$s” by %2$s.', 'Audio track title by artist name'
 )`

 As [https://irclogs.wordpress.org/chanlog.php?channel=wordpress-
 dev&day=2013-04-03&sort=asc#m588393 noted by nacin], this is not the right
 use of context.

 It's only needed for ambiguous strings with different context. See `'%1$s
 %2$s'` in `get_calendar()` and `wp_insert_user()` for example: [[BR]]
 http://core.trac.wordpress.org/browser/tags/3.5.1/wp-includes/general-
 template.php#L1145 [[BR]]
 http://core.trac.wordpress.org/browser/tags/3.5.1/wp-
 includes/user.php#L1346

 A translator's comment should be used instead, like in
 `feed_links_extra()`: [[BR]]
 http://core.trac.wordpress.org/browser/tags/3.5.1/wp-includes/general-
 template.php#L1621

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23926#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list