Removed 'role' attribute from Wordpress theme
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @subpackage Default_Theme
|
||||
*/
|
||||
?>
|
||||
<div id="sidebar" role="complementary">
|
||||
<div id="sidebar">
|
||||
<ul>
|
||||
<?php /* Widgetized sidebar, if you have the plugin installed. */
|
||||
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
|
||||
@ -50,7 +50,7 @@
|
||||
</li>
|
||||
<?php }?>
|
||||
</ul>
|
||||
<ul role="navigation">
|
||||
<ul>
|
||||
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
|
||||
|
||||
<li><h2>Archives</h2>
|
||||
|
Reference in New Issue
Block a user