[wp-trac] Re: [WordPress Trac] #8156: Unable to remove (more...)
link from the_content();
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 11 22:23:48 GMT 2008
#8156: Unable to remove (more...) link from the_content();
------------------------+---------------------------------------------------
Reporter: martinkivi | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: Template | Version: 2.7
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by DD32):
changing it to:
{{{
if ( null === $more_link_text )
$more_link_text = __( '(more...)' );
}}}
would restore the previous behaviour wouldnt it? null !== false / null !==
''
--
Ticket URL: <http://trac.wordpress.org/ticket/8156#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list