Open alifeee opened 2 months ago
all images should have creator like this
some do not. they should.
to find them, do a regex search over the project for
\{\{\{sitelen\s*"[^"]*"\s*"[^"]*"\}\}\}
which matches the sitelen shortcode with only 2 quoted sections (filename, alt text), i.e., missing the 3rd, "author"
all images should have creator like this
some do not. they should.
to find them, do a regex search over the project for
which matches the sitelen shortcode with only 2 quoted sections (filename, alt text), i.e., missing the 3rd, "author"