wp-comments/comments.go
2024-01-27 22:51:55 +08:00

8 lines
99 B
Go

package comments
import "github.com/fthvgb1/wp-go/app/theme/wp"
func Comments(h *wp.Handle) {
}