Make WordPress Core

Changeset 21503


Ignore:
Timestamp:
08/14/2012 06:38:26 PM (13 years ago)
Author:
nacin
Message:

Fix WP_Theme's get_template_directory_uri() method. props batmoo. see #21549 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-theme.php

    r21414 r21503  
    815815            $theme_root_uri = $this->get_theme_root_uri();
    816816
    817         return $theme_root . '/' . $this->template;
     817        return $theme_root_uri . '/' . $this->template;
    818818    }
    819819
Note: See TracChangeset for help on using the changeset viewer.