Changes between Version 2 and Version 3 of Ticket #19437, comment 15
- Timestamp:
- 04/02/2012 08:41:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19437, comment 15
v2 v3 3 3 Wouldn't that add the child theme's stylesheet before the parent theme's? At first look in the patch the parent theme loop is after the child theme loop: 4 4 5 Edit: nevermind, that's otherwise round. 5 Edit: nevermind, that's otherwise round. It's the differences between `get_stylesheet_directory()` and `get_template_directory()`.