[wp-trac] [WordPress Trac] #13229: Search Custom Post Type in Media Library
WordPress Trac
wp-trac at lists.automattic.com
Mon May 24 16:56:36 UTC 2010
#13229: Search Custom Post Type in Media Library
-------------------------+--------------------------------------------------
Reporter: lucaskeiser | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Post Types | Version: 3.0
Severity: normal | Keywords: has-patch
-------------------------+--------------------------------------------------
Comment(by ryan):
{{{
__('No '. $what .' found.')
}}}
!__() must be passed literal strings. Concatenation is not allowed. I'd
leave this line as 'No posts found' for 3.0.
{{{
id="find-posts-<?php echo $post->name; ?>"
}}}
We should esc_attr() just to be safe.
{{{
patch: **** malformed patch at line 37: Index: wp-admin/admin-ajax.php
}}}
Patch doesn't apply.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13229#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list