Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WordPress/wordcamp.org Loading
base: dcde0c3e42dd
Choose a base ref
...
head repository: WordPress/wordcamp.org Loading
compare: 96e0c6f5ef1e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 23, 2024

  1. Events: Normalize facet values as an array

    dcde0c3 did this for formats/types, but not months and countries. That leads to a PHP notice when pentesters pass invalid input.
    iandunn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    421de0c View commit details
    Browse the repository at this point in the history
  2. SSL: Don't attempt to send headers if already sent

    I haven't been able to reproduce the problem, but production is throwing notices for this on some HTTPS `wp-cron.php` URLs. `wp-cron.php` sends headers as one of the first things in the script, before loading WP. `is_ssl()` should be returning `true`, though, which would trigger the early return.
    
    Regardless, this change should fix it.
    iandunn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    96e0c6f View commit details
    Browse the repository at this point in the history
Loading