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