[wp-trac] [WordPress Trac] #5425: permalink_anchor('title') doesnt
include post ID
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 6 06:10:49 GMT 2007
#5425: permalink_anchor('title') doesnt include post ID
----------------------+-----------------------------------------------------
Reporter: DD32 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.4
Component: Template | Version: 2.4
Severity: normal | Keywords: has-patch
----------------------+-----------------------------------------------------
Currently the output of {{{ permalink_anchor('title') }}} is as follows:
{{{
<a id="PostName-"></a>
}}}
The expected output is this: (Judging by the code)
{{{
<a id="PostName-PostNumber"></a>
}}}
Attaching a patch to fix the undefined variable
--
Ticket URL: <http://trac.wordpress.org/ticket/5425>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list