[wp-trac] [WordPress Trac] #19200: Introduce themes_url() and upload_url()
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 7 22:16:29 UTC 2012
#19200: Introduce themes_url() and upload_url()
-------------------------+-----------------------------
Reporter: ramiy | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch |
-------------------------+-----------------------------
Comment (by ramiy):
By the way, for themes url, we can use:
{{{
function themes_url() {
$themes_url= get_theme_root_uri();
return $themes_url;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19200#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list