Last active
April 19, 2016 20:05
-
-
Save eduard-un/3daa705ad5f4edc2b7a33bdb445dcc97 to your computer and use it in GitHub Desktop.
Code8.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $args = array( | |
| 'search-form', | |
| 'comment-form', | |
| 'comment-list', | |
| 'gallery', | |
| 'caption', | |
| 'widgets' | |
| ); | |
| add_theme_support( 'html5', $args ); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment