Skip to content

Commit b27a3c1

Browse files
committed
improve the_popover_content method
1 parent 2f31023 commit b27a3c1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

classes/suggested-tasks/providers/class-tasks.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,5 +592,13 @@ public function add_popover() {
592592
*
593593
* @return void
594594
*/
595-
public function the_popover_content() {}
595+
public function the_popover_content() {
596+
\progress_planner()->the_view(
597+
"popovers/{$this->popover_id}.php",
598+
[
599+
'prpl_popover_id' => $this->popover_id,
600+
'prpl_provider_id' => $this->get_provider_id(),
601+
]
602+
);
603+
}
596604
}

0 commit comments

Comments
 (0)