-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Fix display_errors issue in Pods AJAX #2514
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When using HTML5 allow empty dates to be properly displayed
Don't assume wp_ is the prefix
The code in classes/fields/pick.php already does this trim when the choices are displayed
Trim off whitespace when saving custom fields
Updated taxonomy to get called after cache is flushed
Fixed default avatars on the Discussion settings page replaced by user's custom avatar
Use base_prefix instead of prefix
If this doesn't happen then future calls to field returns the old data
I would always notice sometimes that load_pods would return a short list of available pods. Today it was 8 out of 26 total pods. I realized the 8 were all CPT type pods. I tracked this down to frontier auto-template calling load_Pods with 2 entries in type and then pods would cache the 'taxonomy' and 'post_type' pods as the name 'pods_names_get_all' when it is definitely not 'all"
Move shortcode param builder earlier in function
Build the cache key properly if there are multiple types
Been bugging me for a while.
…PodsUI actions; Add noncing to settings tools, though still restricted by $_POST check
Setup JS scripts so the colorpicker works when not in admin int
CodeMirror fixes for loading and update version close #2207
Add git workflow and a link to it from contributing.md #2490
Fixes for caching in 2.5
Does not affect anything other than the docs
Change stati to status
Looks a bit more like a normal WordPress button now
You're a wizard, box!
Update Add New Pod wizard UI for MP6
Oops wrong branch :/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes #2511