This repository was archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Feature / Add edit in customizer buttons #140
Open
stuartshields
wants to merge
26
commits into
develop
Choose a base branch
from
feature/addeditincustomizerbuttons
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d0c02da
Move customize_url into own function
d35ffc6
feature/addeditincustomizerbuttons Initial concept
984b7cd
feature/addeditincustomizerbuttons Fix travis build issues
dca990b
feature/addeditincustomizerbuttons Fix last travis issue
3bb9949
feature/addeditincustomizerbuttons Start refactoring code
d18fb24
feature/addeditincustomizerbuttons Check if is defined
8011d97
feature/addeditincustomizerbuttons Fix travis issue with comment
b54051e
feature/addeditincustomizerbuttons Add to get_customize_url on posts…
1ae5186
feature/addeditincustomizerbuttons Restrict button to certain sections
ddeb2ff
feature/addeditincustomizerbuttons Check if Post or Page
b0e2f20
feature/addeditincustomizerbuttons Remove previewed_post from URL
2d54429
Merge branch 'develop' into feature/addeditincustomizerbuttons
d39dfd1
feature/addeditincustomizerbuttons Add permalink to get_preview_post_…
a335d32
feature/addeditincustomizerbuttons Be more consistant with code
e535780
feature/addeditincustomizerbuttons Use get_preview_post_link with pos…
9cb8cb6
feature/addeditincustomizerbuttons Add instanceof to get_customize_url
f7e53ff
Merge pull request #179 from xwp/release/0.6.1
valendesigns 986c7f4
Ensure that plugin-support and theme-support are included in build
westonruter d41a4f6
Remove unrecognized Text Domain readme meta
westonruter e0589bc
Merge pull request #184 from xwp/bugfix/release-0.6.1
westonruter 1ba5017
Fix location of readme change
westonruter bfdb6c7
Merge pull request #185 from xwp/bugfix/readme-0.6.1
westonruter 04d19b9
Merge master & resolve conflicts
valendesigns 3ab205a
This plugin is not namespaced
valendesigns f981ad5
Merge branch 'develop' into feature/addeditincustomizerbuttons
valendesigns 3e5b3f9
Remove type hint
valendesigns File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably loop over all post types that are are eligible for showing in the Customizer instead of hard-coding just two. There is a method for getting all post types and code in the plugin for determining if the post type should
show_in_customizer