[wp-trac] [WordPress Trac] #23976: slug cannot be translated ...

WordPress Trac noreply at wordpress.org
Sun Apr 7 10:43:10 UTC 2013


#23976: slug cannot be translated ...
--------------------------+------------------------
 Reporter:  arena         |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Post Formats  |     Version:  trunk
 Severity:  normal        |  Resolution:  duplicate
 Keywords:                |
--------------------------+------------------------
Changes (by SergeyBiryukov):

 * keywords:  needs-patch =>
 * status:  new => closed
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Old description:

> from last trunk,
> in wp-admin/edit-form-advanced.php
>
> slug cannot be translated ...
>
> line 186
>
> $post_format_options .= '<a ' . $class . ' href="?format=' . $slug . '"
> data-description="' . $attr['description'] . '" data-wp-format="' . $slug
> . '" title="' . ucfirst( '''sprintf( __( '%s Post' ), $slug )''' ) .
> '"><div class="' . $slug . '"></div></a>';

New description:

 from last trunk,
 in wp-admin/edit-form-advanced.php

 slug cannot be translated ...

 line 186

 `$post_format_options .= '<a ' . $class . ' href="?format=' . $slug . '"
 data-description="' . $attr['description'] . '" data-wp-format="' . $slug
 . '" title="' . ucfirst(` '''`sprintf( __( '%s Post' ), $slug )`''' `) .
 '"><div class="' . $slug . '"></div></a>';`

--

Comment:

 Duplicate of #23503.

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


More information about the wp-trac mailing list