Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Define parent post type property to align with extended classes
  • Loading branch information
getdave committed Feb 13, 2024
commit 5b4472875279f6329afb69ebc6a2dd57ed81b6f9
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
* @see WP_REST_Controller
*/
class Gutenberg_REST_Global_Styles_Revisions_Controller_6_4 extends WP_REST_Global_Styles_Revisions_Controller {


private $parent_post_type;

/**
* Prepares the revision for the REST response.
*
Expand Down