Продолжение темы:
http://phpforum.ru/index.php?showtopic=75800
Здесь разбираются скрипты новичков:
<?php
function twentyeleven_child_setup() {
$twentyeleven_child = get_bloginfo('template_directory');
register_default_headers( array(
'accounting' => array(
'url' => '$twentyeleven_child/images/headers/accounting.png',
'thumbnail_url' => '$twentyeleven_child/images/headers/accounting-thumbnail.png',
/* translators: header image description */
'description' => __( 'Accounting', 'twentyeleven' )
)
));
}
?>
Найдите пожалуйста ошибку в коде.
Заранее большое спасибо!