mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:38:52 +03:00
wg start
This commit is contained in:
@@ -53,6 +53,9 @@ function platform_footer_year_label(array $cfg): string
|
||||
$end = platform_footer_year_end($cfg);
|
||||
$start = isset($cfg['year_start']) ? (int) $cfg['year_start'] : 0;
|
||||
if ($start > 0) {
|
||||
if (!empty($cfg['year_through_current'])) {
|
||||
return $start . ' - current';
|
||||
}
|
||||
if ($start === $end) {
|
||||
return (string) $start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user