| @@ -41,9 +41,9 @@ | ||
| 41 | 41 | * Register additional handlers. |
| 42 | 42 | * |
| 43 | 43 | * @since 1.3.0 |
| 44 | 44 | */ |
| 45 | - do_action( 'activitypub_register_handlers' ); | |
| 45 | + \do_action( 'activitypub_register_handlers' ); | |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | 49 | * Register outbox handlers. |
| @@ -65,7 +65,7 @@ | ||
| 65 | 65 | * Register additional outbox handlers. |
| 66 | 66 | * |
| 67 | 67 | * @since 8.1.0 |
| 68 | 68 | */ |
| 69 | - do_action( 'activitypub_register_outbox_handlers' ); | |
| 69 | + \do_action( 'activitypub_register_outbox_handlers' ); | |
| 70 | 70 | } |
| 71 | 71 | } |