Opened 12 years ago
Closed 12 years ago
#23976 closed defect (bug) (duplicate)
slug cannot be translated ...
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Post Formats | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
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>';
Change History (2)
Note: See
TracTickets for help on using
tickets.
and attributes should be using esc_attr function ...