marcodeltongo / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

change thematic constants to current_theme_supports #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
this might not be the most pressing,  but we should probably switch all the 
constants

THEMATIC_COMPATIBLE_BODY_CLASS
THEMATIC_COMPATIBLE_POST_CLASS
THEMATIC_COMPATIBLE_COMMENT_HANDLING
THEMATIC_COMPATIBLE_COMMENT_FORM
THEMATIC_COMPATIBLE_FEEDLINKS

to add_theme_support('CONSTANT') and has_theme_supports('CONSTANT')

Original issue reported on code.google.com by helgathe...@gmail.com on 26 Jan 2012 at 10:48

GoogleCodeExporter commented 9 years ago
actually did this in the dynamic classes issue, but

if(defined('CONSTANT')) add_theme_support('new_theme_support');

actually strikes me as making the switch, but leaving the constants for 
backcompat for a little while

Original comment by helgathe...@gmail.com on 17 Jun 2012 at 5:26

GoogleCodeExporter commented 9 years ago
This was done in the 1.0.3 release found here:

https://github.com/ThematicTheme/Thematic/

Original comment by eugene.m...@gmail.com on 28 Oct 2012 at 10:10