1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-22 14:23:05 +02:00

Minor code updates for various core classes

This commit is contained in:
Ryan Cramer
2023-03-31 11:06:33 -04:00
parent 57a9d224de
commit 4f75a7e81c
13 changed files with 110 additions and 85 deletions

View File

@@ -11,5 +11,6 @@ class Breadcrumb extends WireData {
$this->set('url', $url);
$this->set('title', $title);
$this->set('titleMarkup', '');
parent::__construct();
}
}
}