I am running Graphene 1.9.1 and WordPress 3.6 in localhost, with no plugins. With wp_debug set to true, I am getting the following message:
Quote:
Strict Standards: Declaration of Graphene_Description_Walker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in C:Program Files (x86)EasyPHP-12.0wwwobsidianwp-contentthemesgrapheneincludestheme-menu.php on line 49
Strict Standards: Declaration of Graphene_Walker_Page::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in C:Program Files (x86)EasyPHP-12.0wwwobsidianwp-contentthemesgrapheneincludestheme-menu.php on line 141
Is this an issue? Performance doesn’t seem to be impacted in any way.