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: bcb7e6a091ad
Choose a base ref
...
head repository: WordPress/wordcamp.org Loading
compare: fb79aa0fc39d
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 31, 2024

  1. Events: Check sort() argument type to avoid notice

    Otherwise pentesters clutter the logs with notices from invalid data.
    iandunn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3d0875d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c85951 View commit details
    Browse the repository at this point in the history
  3. CampTix: Fix various PHP notices

    * Only variables should be passed by reference
    * `array_key_exists()` expects a string
    iandunn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fb79aa0 View commit details
    Browse the repository at this point in the history
Loading