Summery Summery
Displays the out of storage quota message in Multisite.
Syntax Syntax
Source Source
File: wp-admin/includes/media.php
} return ' <p class="media-types"><label><input type="radio" name="media_type" value="image" id="image-only"' . checked( 'image-only', $view, false ) . ' /> ' . __( 'Image' ) . '</label> <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked( 'not-image', $view, false ) . ' /> ' . __( 'Audio, Video, or Other File' ) . '</label></p> <p class="media-types media-types-required-info">' . /* translators: %s: Asterisk symbol (*). */ sprintf( __( 'Required fields are marked %s' ), '<span class="required">*</span>' ) .
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |