* @copyright Copyright (c) 2014, Thiago Senna * @link https://github.com/thremes/ambling-bellows * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ add_action( 'after_setup_theme', 'abellows_setup' ); /** * The Custom Theme Setup */ function abellows_setup() { }