Changeset 60805 for trunk/src/wp-admin/install.php
- Timestamp:
- 09/28/2025 10:36:30 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r60363 r60805 181 181 <p id="admin-email-desc"><?php _e( 'Double-check your email address before continuing.' ); ?></p></td> 182 182 </tr> 183 <?php $blog_privacy_selector_title = has_action( 'blog_privacy_selector' ) ? __( 'Site visibility' ) : __( 'Search engine visibility' ); ?> 183 184 <tr> 184 <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site visibility' ) : _e( 'Search engine visibility' ); ?></th>185 <th scope="row"><?php echo $blog_privacy_selector_title; ?></th> 185 186 <td> 186 187 <fieldset> 187 <legend class="screen-reader-text"><span> 188 <?php 189 has_action( 'blog_privacy_selector' ) 190 /* translators: Hidden accessibility text. */ 191 ? _e( 'Site visibility' ) 192 /* translators: Hidden accessibility text. */ 193 : _e( 'Search engine visibility' ); 194 ?> 195 </span></legend> 188 <legend class="screen-reader-text"><span><?php echo $blog_privacy_selector_title; ?></span></legend> 196 189 <?php 197 190 if ( has_action( 'blog_privacy_selector' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.