Opened 16 months ago
Last modified 8 months ago
#19978 closed task (blessed)
Twenty Twelve — at Version 5
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | ocean90, lancewillett, drewstrojny, georgemamadashvili@…, xoodrew@…, jeremy@…, chip@…, jdingman@…, emil@…, kwight@…, forumi@…, navjotjsingh@… |
Description (last modified by lancewillett)
In [19842]:
Initial import of the Twenty Twelve theme, by Drew Strojny. This time around we're trying something different than the previous twenty-something themes, a much more minimalist approach that affords easy use as a CMS in addition to being blog-forward. More information will be on wpdevel soon. Props drewstrojny and lancewillett.
Change History (5)
comment:2
lancewillett — 16 months ago
- Cc lancewillett drewstrojny added
[19845] — Move the wp_enqueue_style() to header.php.
I like the change to proper enqueueing of styles in a theme, but burying it in functions.php isn't very intuitive, or consistent with how JS is handled in header.php. Given how simple this theme is, let's keep it in header.php.
comment:5
lancewillett — 16 months ago
- Description modified (diff)
See #19627 for related "Default to static front page" action.

In [19843]: