Add a class. see #16416.

git-svn-id: https://develop.svn.wordpress.org/trunk@22473 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-08 21:55:12 +00:00
parent 0758d4e647
commit 023a6d55ab
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ if ( ! $new_front_page_only || current_user_can( 'create_posts', 'page' ) ) : ?>
</fieldset></td>
</tr>
<tr valign="top">
<tr valign="top" class="option-site-visibility">
<th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </th>
<td><fieldset><legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </span></legend>
<?php if ( has_action( 'blog_privacy_selector' ) ) : ?>