Changes between Initial Version and Version 1 of Ticket #20138
- Timestamp:
- 02/29/2012 05:08:03 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20138 – Description
initial v1 9 9 2. Introduce a new way to get a theme name. 10 10 11 Point 2 is interesting. I think it could be solved with a fancy __toString()method on WP_Theme, which means that `echo wp_get_theme()` could actually echo `wp_get_theme()->display('Name')`. Or, another function.11 Point 2 is interesting. I think it could be solved with a fancy `__toString()` method on WP_Theme, which means that `echo wp_get_theme()` could actually echo `wp_get_theme()->display('Name')`. Or, another function. 12 12 13 13 Both points leave a conundrum, though — whether style.css reads (a single style.css read, not every theme) are not the end of the world on the frontend.