default テーマが添付されなくなった WordPress 3.0。
get_sidebar を実行した時に…
WordPress 3.0 以前では使用しているテーマに sidebar.php が無かったら default テーマの sidebar.php が使用されていました。
default テーマが無くなると、どうなるんだろうと思ったのですが抜かり無く代替え策が考えられていました。
sidebar.php が無いときは、
wp-includes/theme-compat/sidebar.php が使われます。
theme-compat には他に
comments-popup.php
comments.php
footer.php
header.php
が用意されています。
ただファイルのコメントに次のように書かれていたので、一時的な処置のようです。
ちゃんとテーマに footer.php, header.php, sidebar.php などは用意しておいた方が良さそうです。
This file is here for Backwards compatibility with old themes and will be removed in a future version