wp-go/app/theme/wp/scriptloader/defaultstyles.go

8 lines
134 B
Go
Raw Normal View History

2023-07-13 14:59:06 +00:00
package scriptloader
import "github.com/fthvgb1/wp-go/safety"
2023-07-17 14:43:15 +00:00
func defaultStyles(m *safety.Map[string, *Style], suffix string) {
2023-07-13 14:59:06 +00:00
}