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

Allow tc_filename() to return theme-relative filenames #370

Merged
merged 6 commits into from Aug 13, 2021
Merged

Commits on Jul 6, 2021

  1. Allow tc_filename() to return theme-relative filenames when themes …

    …are loaded from custom directories, or are nested within other folders in wp-content/themes.
    dd32 committed Jul 6, 2021
    Copy the full SHA
    54c7af1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fb9f99b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f0dabbb View commit details
    Browse the repository at this point in the history
  4. Add changelog

    dd32 committed Jul 6, 2021
    Copy the full SHA
    2665df9 View commit details
    Browse the repository at this point in the history
  5. Remove custom file path handling logic, rely upon WP_Theme to find th…

    …e theme-relative path if possible.
    dd32 committed Jul 6, 2021
    Copy the full SHA
    04044a3 View commit details
    Browse the repository at this point in the history
  6. Clarify comment

    dd32 committed Jul 6, 2021
    Copy the full SHA
    3712213 View commit details
    Browse the repository at this point in the history