Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap registered widgets in callbacks to track widget validation errors #1012

Merged
merged 2 commits into from
Mar 12, 2018

Commits on Mar 10, 2018

  1. Wrap registered widgets in callbacks to track widget validation errors

    * Include core as a source in addition to plugins and themes.
    * Refactor source comments to only consist of JSON-encoded source data.
    * Include the function name in the source.
    westonruter committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    5033910 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Re-work filter/action hook wrapping to happen just-in-time

    * Ensure that filters/actions added during execution of page get wrapped.
    * Prevent hook wrapping from happening on callbacks for functions with parameters passed by reference.
    * Split widget callback wrapping logic out from hook callback wrapping.
    westonruter committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    6d5fcc1 View commit details
    Browse the repository at this point in the history