Make WordPress Core


Ignore:
Timestamp:
10/15/2013 11:23:08 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: better logic for featured image HTML output, and add fallback message for focusable anchor elements, for accessibility. Fixes #25325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php

    r25792 r25802  
    1919    $wp_customize->get_setting( 'blogname' )->transport        = 'postMessage';
    2020    $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage';
    21    
     21
    2222    // Add the custom accent color setting and control.
    2323    $wp_customize->add_setting( 'accent_color', array(
Note: See TracChangeset for help on using the changeset viewer.