change post type name to ap_event_source
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m7s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m7s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m6s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m6s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m7s

This commit is contained in:
André Menrath 2024-12-31 19:41:11 +01:00
parent 0be07c050c
commit d8b3c27ead

View file

@ -46,7 +46,7 @@ class Event_Sources {
/** /**
* The custom post type. * The custom post type.
*/ */
const POST_TYPE = 'activitypub_event_source'; const POST_TYPE = 'ap_event_source';
/** /**
* Init. * Init.