';
_e( 'Here you can replace the default sidebars. Simply select what sidebar you want to show for this post!', 'custom-sidebars' );
echo '
';
if ( ! empty( $sidebars ) ) {
global $wp_registered_sidebars;
$available = CustomSidebars::sort_sidebars_by_name( $wp_registered_sidebars );
foreach ( $sidebars as $s ) { ?>
';
printf(
__( 'All sidebars have been locked, you cannot replace them. Go to the widgets page to unlock a sidebar.', 'custom-sidebars' ),
admin_url( 'widgets.php' )
);
echo '';
}
}