Make WordPress Core

Opened 11 years ago

Last modified 11 years ago

#23976 closed defect (bug)

slug cannot be translated ... — at Initial Version

Reported by: arena's profile arena Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.6
Component: Post Formats Keywords:
Focuses: Cc:

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="' . $attrdescription? . '" data-wp-format="' . $slug . '" title="' . ucfirst( sprintf( ( '%s Post' ), $slug ) ) . '"><div class="' . $slug . '"></div></a>';

Change History (0)

Note: See TracTickets for help on using tickets.