Make WordPress Core

Opened 12 years ago

Last modified 11 years ago

#19978 closed task (blessed)

Twenty Twelve — at Version 5

Reported by: nacin's profile nacin Owned by:
Milestone: 3.5 Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords:
Focuses: Cc:

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)

#1 @nacin
12 years ago

In [19843]:

Synchronize archive.php docs with Twenty Eleven. Go easy on the PHP/HTML context switching. see #19978.

#2 @lancewillett
12 years ago

  • Cc lancewillett drewstrojny added

#3 @nacin
12 years ago

In [19844]:

Freshen up the docs in functions.php. Remove is_admin() check from twentytwelve_enqueue_scripts(). Remove function_exists() wrappers from functions that are hooked in. Kill locale.php handling. see #19978.

#4 @nacin
12 years ago

[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.

#5 @lancewillett
12 years ago

  • Description modified (diff)

See #19627 for related "Default to static front page" action.

Note: See TracTickets for help on using tickets.