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

8 lines
135 B
Go
Raw Normal View History

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