mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-22 18:41:07 +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');
|
|
?>
|