Skip to content

Commit 54deeaa

Browse files
committed
Remove headlines for Previously and Now
1 parent 33f5b8b commit 54deeaa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/migration/wsc54/forum_subscriptions.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The previously used object type `com.woltlab.wcf.user.objectWatch` is now discon
99

1010
### Subscribe to Threads
1111

12-
#### Previously
12+
Previously:
1313

1414
```php
1515
$action = new UserObjectWatchAction([], 'subscribe', [
@@ -21,7 +21,8 @@ $action = new UserObjectWatchAction([], 'subscribe', [
2121
$action->executeAction();
2222
```
2323

24-
#### Now
24+
Now:
25+
2526
```php
2627
ThreadStatusHandler::saveSubscriptionStatus(
2728
$threadID,
@@ -62,7 +63,7 @@ $users = ThreadStatusHandler::filterIgnoredUserIDs(
6263

6364
### Subscribe to Boards
6465

65-
#### Previously
66+
Previously:
6667

6768
```php
6869
$action = new UserObjectWatchAction([], 'subscribe', [
@@ -74,7 +75,8 @@ $action = new UserObjectWatchAction([], 'subscribe', [
7475
$action->executeAction();
7576
```
7677

77-
#### Now
78+
Now:
79+
7880
```php
7981
BoardStatusHandler::saveSubscriptionStatus(
8082
$boardID,

0 commit comments

Comments
 (0)