Make WordPress Core

Changeset 21615 for branches/3.4


Ignore:
Timestamp:
08/25/2012 04:32:01 AM (14 years ago)
Author:
nacin
Message:

Fix WP_Theme's get_template_directory_uri() method. props batmoo. fixes #21549 for the 3.4 branch.

Location:
branches/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4

  • branches/3.4/wp-includes/class-wp-theme.php

    r21120 r21615  
    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.