Changeset 14720 for trunk/wp-admin/ms-sites.php
- Timestamp:
- 05/18/2010 04:58:18 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-sites.php
r14672 r14720 176 176 ?> 177 177 <tr class="form-field"> 178 <th scope="row"><?php e sc_html_e( ucwords( str_replace( "_", " ", $option->option_name ) ) ); ?></th>178 <th scope="row"><?php echo esc_html( ucwords( str_replace( "_", " ", $option->option_name ) ) ); ?></th> 179 179 <?php if ( $is_main_site && in_array( $option->option_name, array( 'siteurl', 'home' ) ) ) { ?> 180 <td><code><?php e sc_html_e( $option->option_value ) ?></code></td>180 <td><code><?php echo esc_html( $option->option_value ) ?></code></td> 181 181 <?php } else { ?> 182 182 <td><input class="<?php echo $class; ?>" name="option[<?php echo esc_attr( $option->option_name ) ?>]" type="text" id="<?php echo esc_attr( $option->option_name ) ?>" value="<?php echo esc_attr( $option->option_value ) ?>" size="40" <?php disabled( $disabled ) ?> /></td>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)