Summery Summery
Displays the contents of the search query variable.
Syntax Syntax
Description Description
The search query string is passed through esc_attr() to ensure that it is safe for placing in an html attribute.
Source Source
File: wp-includes/general-template.php
); } elseif ( 'text/nginx' === $type ) { $settings['codemirror'] = array_merge( $settings['codemirror'], array( 'mode' => 'nginx', ) ); } elseif ( 'application/x-httpd-php' === $type ) { $settings['codemirror'] = array_merge(
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |