Change post_type name
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 56s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 58s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 59s
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 56s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 58s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 59s
This commit is contained in:
parent
454f489815
commit
c7bd884f57
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Event_Sources {
|
|||
/**
|
||||
* The custom post type.
|
||||
*/
|
||||
const POST_TYPE = 'ebap_event_source';
|
||||
const POST_TYPE = 'activitypub_event_source';
|
||||
|
||||
/**
|
||||
* Init.
|
||||
|
|
Loading…
Reference in a new issue