Add a class. see #16416.

git-svn-id: http://core.svn.wordpress.org/trunk@22473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-08 21:55:12 +00:00
parent 5b8081b787
commit 6a56b5e2cf
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' ) ) : ?>