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

wpfbogp_callback preg_replace fix #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 24, 2015

  1. wpfbogp_callback preg_replace fix

    fix og:title and og:description preg_replace calls in the output buffering callback
    Kevin-Hamilton committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    dd30027 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Improve wpfbogp_callback regular expressions

    change .* greedy match in content attributes to be lazy instead
    allow for spaces or other characters after the content attribute before the tag closes
    allow for optional self-closing tag
    Kevin-Hamilton committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    0d2260e View commit details
    Browse the repository at this point in the history