mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 15:11:06 +01:00
10 lines
172 B
PHP
10 lines
172 B
PHP
<?php
|
|
/**
|
|
* Widget template for display search form in search widget.
|
|
*
|
|
* @package bootstrap-basic4
|
|
*/
|
|
|
|
|
|
get_template_part('template-parts/partial', 'search-form');
|
|
?>
|