Changeset 52406 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 12/21/2021 08:04:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r52136 r52406 3579 3579 * @type string $type The MIME type of the file to be edited. 3580 3580 * @type string $file Filename to be edited. Extension is used to sniff the type. Can be supplied as alternative to `$type` param. 3581 * @type WP_Theme $theme Theme being edited when on the me editor.3582 * @type string $plugin Plugin being edited when on plugineditor.3581 * @type WP_Theme $theme Theme being edited when on the theme file editor. 3582 * @type string $plugin Plugin being edited when on the plugin file editor. 3583 3583 * @type array $codemirror Additional CodeMirror setting overrides. 3584 3584 * @type array $csslint CSSLint rule overrides. … … 3670 3670 * @type string $type The MIME type of the file to be edited. 3671 3671 * @type string $file Filename to be edited. Extension is used to sniff the type. Can be supplied as alternative to `$type` param. 3672 * @type WP_Theme $theme Theme being edited when on the me editor.3673 * @type string $plugin Plugin being edited when on plugineditor.3672 * @type WP_Theme $theme Theme being edited when on the theme file editor. 3673 * @type string $plugin Plugin being edited when on the plugin file editor. 3674 3674 * @type array $codemirror Additional CodeMirror setting overrides. 3675 3675 * @type array $csslint CSSLint rule overrides. … … 4007 4007 * @type string $type The MIME type of the file to be edited. 4008 4008 * @type string $file Filename being edited. 4009 * @type WP_Theme $theme Theme being edited when on the me editor.4010 * @type string $plugin Plugin being edited when on plugineditor.4009 * @type WP_Theme $theme Theme being edited when on the theme file editor. 4010 * @type string $plugin Plugin being edited when on the plugin file editor. 4011 4011 * @type array $codemirror Additional CodeMirror setting overrides. 4012 4012 * @type array $csslint CSSLint rule overrides.
Note: See TracChangeset
for help on using the changeset viewer.