[wp-trac] [WordPress Trac] #23091: Need to remove deprecated get_bloginfo('url') from _fix_attachment_links() function
WordPress Trac
noreply at wordpress.org
Tue Aug 27 20:27:42 UTC 2013
#23091: Need to remove deprecated get_bloginfo('url') from _fix_attachment_links()
function
----------------------------+------------------------------
Reporter: hexalys | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.5
Severity: normal | Resolution: wontfix
Keywords: has-patch |
----------------------------+------------------------------
Changes (by c3mdigital):
* keywords: has-patch close => has-patch
* status: new => closed
* resolution: => wontfix
Comment:
{{{
if ( get_bloginfo( 'url' ) == home_url() )
$ticket = 'wontfix';
}}}
get_bloginfo('url') is not deprecated and returns home_url(). No reason
to change internally.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23091#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list