[wp-trac] [WordPress Trac] #14113: Function that could improve the current edit_post_link()
WordPress Trac
wp-trac at lists.automattic.com
Sun Jun 27 15:23:32 UTC 2010
#14113: Function that could improve the current edit_post_link()
-------------------------+--------------------------------------------------
Reporter: metacortex | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Template | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by metacortex):
I made a mistake. The string:
{{{
$r = wp_parse_args($args, $predet);
}}}
Showld be
{{{
$r = wp_parse_args($args, $defaults);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14113#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list