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
Another fix
  • Loading branch information
jonnynews committed Feb 13, 2024
commit b09dfe2a90708b1bdfbf0edea435d3685033ab8c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ class WP_REST_Global_Styles_Revisions_Controller extends WP_REST_Revisions_Contr
*/
protected $parent_base;

/**
* Parent post type.
*
* @since 6.5.0
* @var string
*/
protected $parent_post_type;

/**
* Constructor.
*
Expand Down