[wp-trac] Re: [WordPress Trac] #8146: Quick tag/category edit
appears to be using filtered data
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 13 13:44:22 GMT 2008
#8146: Quick tag/category edit appears to be using filtered data
-----------------------------------------+----------------------------------
Reporter: jhodgdon | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone: 2.7
Component: Administration | Version: 2.7
Severity: normal | Resolution:
Keywords: tag, category, edit, filter |
-----------------------------------------+----------------------------------
Comment (by azaozz):
The problem could be that your plugin is using a low-level filter/action
to show either the English or Spanish string. Don't think there's code in
WordPress that would filter
{{{
[lang_en]Views[/lang_en][lang_es]vistas[/lang_es]
}}}
to only "Views".
Just tried a tag with the full string and it wasn't changed in any way,
was able to both Edit and Quick Edit it without problems.
Perhaps we need to adjust the display filters for terms or even add
another one. Tried using "term_name" and it seems it's working well,
except it's not applied everywhere, so tags in the tag cloud and
categories on the front end are not passed through it, but both tags and
categories are using it on the Manage Posts page.
--
Ticket URL: <http://trac.wordpress.org/ticket/8146#comment:15>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list