From 69855ebf10ae142260e766ced6e0198d4c243d97 Mon Sep 17 00:00:00 2001 From: Devin Price Date: Sun, 27 Jan 2013 22:25:31 -0600 Subject: [PATCH] Remove reference to theme options include in readme.md. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 632cccff..d17aefda 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s * A helpful 404 template. * A sample custom header implementation in inc/custom-header.php that can be activated by uncommenting one line in functions.php and adding the code snippet found the comments of inc/custom-header.php to your header.php template. * Custom template tags in inc/template-tags that keep your templates clean and neat and prevent code duplication. -* Sample theme options in /inc/theme-options/ that can be activated by uncommenting one line in functions.php. * Some small tweaks in /inc/tweaks.php that can improve your theming experience. They can be activated by uncommenting one line in functions.php. * Keyboard navigation for image attachment templates. The script can be found in js/keyboard-navigation.js. It’s enqueued in functions.php. * A script at js/small-menu.js that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It’s enqueued in functions.php.