Opened 7 years ago
Closed 6 years ago
#4046 closed defect (bug) (fixed)
WordCamp.org: meetups do have singular view
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | WordCamp Site & Plugins | Keywords: | has-patch needs-testing |
| Cc: |
Description
All WordPress meetups do have singular page visible on central.wordcamp.org. Those pages do not have any valid or useful information, so those should not be exposed to the public. This is regardless of meetup status.
For example, take a look at https://central.wordcamp.org/wp_meetup/palakkad-kerala-india/
Attachments (1)
Change History (8)
This ticket was mentioned in Slack in #meta-wordcamp by sippis. View the logs.
7 years ago
#3
@
7 years ago
- Keywords has-patch needs-testing added; needs-patch removed
This patch:
- sets
publictofalseon wp_meetup cpt - sets
has_archivetofalseon wp_meetup cpt - removes
query_varon wp_meetup cpt as it is un-neccessary since'public'=>falseoverrides it
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
7 years ago
This ticket was mentioned in Slack in #meta-wordcamp by coreymckrill. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
This might partially fix itself after applying the patch in #3740, but still expose "public" meetups.