Add new Strings::startsWith method
- Move previous method to Strings::startsWithChars and update every known call
This commit is contained in:
@@ -535,6 +535,6 @@ class Tag
|
||||
}
|
||||
}
|
||||
|
||||
return Strings::startsWith($tag, $tag_chars);
|
||||
return Strings::startsWithChars($tag, $tag_chars);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user