mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Modify deprecated functions for backward compatibility. see #22.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Dummy function for backward compatibility. Outputs the primary sidebar.
|
||||
*
|
||||
* @since 0.9.0
|
||||
*/
|
||||
function ss_do_sidebar() {
|
||||
genesis_do_sidebar();
|
||||
}
|
||||
|
||||
/**
|
||||
* Dummy function for backward compatibility. Outputs the secondary sidebar.
|
||||
*
|
||||
* @since 0.9.0
|
||||
*/
|
||||
function ss_do_sidebar_alt() {
|
||||
genesis_do_sidebar_alt();
|
||||
}
|
||||
Reference in New Issue
Block a user