View difference between Paste ID: xYjASLYe and
SHOW: | | - or go back to the newest paste.
1-
1+
<?php
2
// When http://core.trac.wordpress.org/ticket/15086 goes in:
3
function get_sidebar( $name = null, $subfolder = null ) {
4
	do_action( 'get_sidebar', $name );
5
6
	get_template_part( 'sidebar', $name, $subfolder );
7
}
8
9
?>