Changeset 43571 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r42875 r43571 167 167 $new_admin_email = get_site_option( 'new_admin_email' ); 168 168 if ( $new_admin_email && $new_admin_email != get_site_option( 'admin_email' ) ) : 169 ?>169 ?> 170 170 <div class="updated inline"> 171 171 <p> … … 389 389 '<input name="fileupload_maxk" type="number" min="0" style="width: 100px" id="fileupload_maxk" aria-describedby="fileupload-maxk-desc" value="' . esc_attr( get_site_option( 'fileupload_maxk', 300 ) ) . '" />' 390 390 ); 391 ?>391 ?> 392 392 <p class="screen-reader-text" id="fileupload-maxk-desc"> 393 393 <?php _e( 'Size in kilobytes' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.