changed 'maybe implementing actortypes' to 'implementing actor types' in princibles of changes
This commit is contained in:
parent
bf26766fa2
commit
a9a1875c2d
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ The WordPress ActivityPub plugin
|
||||||
- should be aware (or even control) the whole chain from creating some content within WordPress to being published via ActivityPub. For sure, it should be the only plugin that directly sends and receives ActivityPub.
|
- should be aware (or even control) the whole chain from creating some content within WordPress to being published via ActivityPub. For sure, it should be the only plugin that directly sends and receives ActivityPub.
|
||||||
- should not get any more complex by default, the out-of-the box functionality/features and simplicity should be similar to version 1.0.0.
|
- should not get any more complex by default, the out-of-the box functionality/features and simplicity should be similar to version 1.0.0.
|
||||||
- offers other plugins the possibility to register custom transformers.
|
- offers other plugins the possibility to register custom transformers.
|
||||||
- (maybe) offers other plugins the possibility to register new WordPress actor types, e.g. the `tribe_organizer` post type of [The Event Calendar](https://wordpress.org/plugins/the-events-calendar/).
|
- offers other plugins the possibility to register new WordPress actor types, e.g. the `tribe_organizer` post type of [The Event Calendar](https://wordpress.org/plugins/the-events-calendar/).
|
||||||
- handles the controls collisions of actor names:
|
- handles the controls collisions of actor names:
|
||||||
* collisions that are already present during activation of a WordPress actor type on the settings page
|
* collisions that are already present during activation of a WordPress actor type on the settings page
|
||||||
* collisions that happen afterwards (e.g. a new user registering with the same username as the blog-wide actor)
|
* collisions that happen afterwards (e.g. a new user registering with the same username as the blog-wide actor)
|
||||||
|
|
Loading…
Reference in a new issue