-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Templates: allow templates to be activated and deactivated #66951
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +573 B (+0.03%) Total Size: 1.82 MB
ℹ️ View Unchanged
|
f36477c
to
16d5b16
Compare
@@ -118,11 +118,33 @@ public function register_routes() { | |||
} | |||
|
|||
public function get_items( $request ) { | |||
$query = array(); | |||
if ( isset( $request['area'] ) ) { |
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.
Is this one needed? I thought it was just a template part thing?
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.
I have no idea what this is, I just copied it from
I can remove it if it's not relevant.
bbf96d1
to
8839130
Compare
Note
Moved to #67125