mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-26 10:11:29 +01:00
32855251cb
This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into WordPress-Develop for 6.7 RC 3.
A full list of changes can be found on GitHub: b6f4ee2e57...b5b0475f6a
.
Reviewed by davidbaumwald.
Merges [59348] to the 6.7 branch.
Props juanfra.
See #62343.
Built from https://develop.svn.wordpress.org/branches/6.7@59351
git-svn-id: http://core.svn.wordpress.org/branches/6.7@58737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
15 lines
529 B
PHP
15 lines
529 B
PHP
<?php
|
|
/**
|
|
* Title: Search
|
|
* Slug: twentytwentyfive/hidden-search
|
|
* Inserter: no
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Twenty_Twenty_Five
|
|
* @since Twenty Twenty-Five 1.0
|
|
*/
|
|
|
|
?>
|
|
|
|
<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->
|