Changes between Initial Version and Version 1 of Ticket #22972
- Timestamp:
- 12/17/12 12:35:22 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22972 – Description
initial v1 1 The name of the first parameter for `wp_get_theme()` is misleading. It's called `$stylesheet` when in fact you're passing in the name of the theme's template , not the stylesheet.1 The name of the first parameter for `wp_get_theme()` is misleading. It's called `$stylesheet` when in fact you're passing in the name of the theme's template directory, not the stylesheet. 2 2 3 3 The function is a wrapper for the `WP_Theme` class which gets its parameter names correct.
