Skip to content

Commit 6bc56d7

Browse files
committed
prpl_url_target is no longer needed
1 parent 5cf4f9c commit 6bc56d7

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

assets/js/widgets/todo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ const prplTodoWidget = {
139139
meta: {
140140
prpl_points: 0,
141141
prpl_url: '',
142-
prpl_url_target: '_self',
143142
...( response.meta || {} ),
144143
},
145144
provider: 'user',

classes/class-suggested-tasks.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,6 @@ public function register_post_type() {
303303
'single' => true,
304304
'show_in_rest' => true,
305305
],
306-
'prpl_url_target' => [
307-
'type' => 'string',
308-
'single' => true,
309-
'show_in_rest' => true,
310-
],
311306
'menu_order' => [
312307
'type' => 'number',
313308
'single' => true,

0 commit comments

Comments
 (0)