Changeset 43571 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r42343 r43571 71 71 */ 72 72 add_theme_support( 73 'custom-logo', array( 73 'custom-logo', 74 array( 74 75 'height' => 240, 75 76 'width' => 240, … … 99 100 */ 100 101 add_theme_support( 101 'html5', array( 102 'html5', 103 array( 102 104 'search-form', 103 105 'comment-form', … … 114 116 */ 115 117 add_theme_support( 116 'post-formats', array( 118 'post-formats', 119 array( 117 120 'aside', 118 121 'image', … … 234 237 'family' => urlencode( implode( '|', $fonts ) ), 235 238 'subset' => urlencode( $subsets ), 236 ), 'https://fonts.googleapis.com/css' 239 ), 240 'https://fonts.googleapis.com/css' 237 241 ); 238 242 } … … 298 302 299 303 wp_localize_script( 300 'twentysixteen-script', 'screenReaderText', array( 304 'twentysixteen-script', 305 'screenReaderText', 306 array( 301 307 'expand' => __( 'expand child menu', 'twentysixteen' ), 302 308 'collapse' => __( 'collapse child menu', 'twentysixteen' ),
Note: See TracChangeset
for help on using the changeset viewer.