Home
last modified time | relevance | path

Searched refs:husb_age (Results 1 – 1 of 1) sorted by relevance

/webtrees/resources/views/
H A Dfact-date.phtml34 …$husb_age = Registry::elementFactory()->make($fact->tag() . ':HUSB:AGE')->value($match[1], $record… variable
36 $husb_age = ''; variable
88 $fact_age === '' && $husb_age === '' && $wife_age === '' ||
89 … $husb_age !== '' && !str_starts_with($husb_age, $age) && $record->sex() === 'M' ||
144 I18N::translate('Husband') => $husb_age,