chemiker/e.nigma-2015

View on GitHub
src/theme/functions/widgets.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

    namespace enigma;

    class Widgets {

        public static function widgets_init() {
            register_sidebar(array(
                'name' => __('Footer', 'e.nigma-2015'),
                'id' => 'footer'
            ));
        }

    }