Ticket #16877: 16877.patch
| File 16877.patch, 1.1 KB (added by hakre, 2 years ago) |
|---|
-
wp-content/themes/twentyten/functions.php
107 107 if ( ! defined( 'HEADER_TEXTCOLOR' ) ) 108 108 define( 'HEADER_TEXTCOLOR', '' ); 109 109 110 // No CSS, just IMG call. The %s is a placeholder for the theme template directory URI. 110 // No CSS, just IMG call. The %s is a placeholder for the theme template directory URI, 111 // %2$s is a placeholder for the stylesheet directory URI. 111 112 if ( ! defined( 'HEADER_IMAGE' ) ) 112 113 define( 'HEADER_IMAGE', '%s/images/headers/path.jpg' ); 113 114 … … 131 132 132 133 // ... and thus ends the changeable header business. 133 134 134 // Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI. 135 // Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI, 136 // %2$s is a placeholder for the stylesheet directory URI. 135 137 register_default_headers( array( 136 138 'berries' => array( 137 139 'url' => '%s/images/headers/berries.jpg',