Changeset 45932 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r45926 r45932 172 172 <?php 173 173 printf( 174 /* translators: %s: new network admin email*/174 /* translators: %s: New network admin email. */ 175 175 __( 'There is a pending change of the network admin email to %s.' ), 176 176 '<code>' . esc_html( $new_admin_email ) . '</code>' … … 366 366 <?php 367 367 printf( 368 /* translators: %s: number of megabytes to limit uploads to*/368 /* translators: %s: Number of megabytes to limit uploads to. */ 369 369 __( 'Limit total size of files uploaded to %s MB' ), 370 370 '</label><label><input name="blog_upload_space" type="number" min="0" style="width: 100px" id="blog_upload_space" aria-describedby="blog-upload-space-desc" value="' . esc_attr( get_site_option( 'blog_upload_space', 100 ) ) . '" />' … … 393 393 <?php 394 394 printf( 395 /* translators: %s: File size in kilobytes */395 /* translators: %s: File size in kilobytes. */ 396 396 __( '%s KB' ), 397 397 '<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 ) ) . '" />'
Note: See TracChangeset
for help on using the changeset viewer.