Thanks to visit codestin.com
Credit goes to github.com

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: johnpbloch/wordpress-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: superdav42/wordpress-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 248 files changed
  • 1 contributor

Commits on Mar 13, 2021

  1. Use require instead of require_once

    Allows this file to be included several times in a long running php process
    superdav42 authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    609f573 View commit details
    Browse the repository at this point in the history
  2. Conditionally define function

    Allow this file to be included more than once for long running php applications
    superdav42 authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fa4fa11 View commit details
    Browse the repository at this point in the history
  3. Always use require

    Allows long running php applications
    superdav42 authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fa77392 View commit details
    Browse the repository at this point in the history
  4. Update name

    superdav42 authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3765f82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff510e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    535b95e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    90542ef View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    75e1b67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb6219 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    50848ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3542ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c334a14 View commit details
    Browse the repository at this point in the history
Loading