Skip to content

Commit 83f662d

Browse files
committed
Update readme.txt
1 parent b318aa9 commit 83f662d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ You can use the following code.
228228
``
229229
` return $content;`
230230
``
231-
`}
231+
`}`
232232
`add_filter( 'tootpress_between_filter', 'tootpress_create_element_between', 10, 1 );`
233233

234234
**Filter: tootpress_toot_content_filter**
@@ -242,7 +242,7 @@ You can use the following code.
242242
``
243243
` return $content;`
244244
``
245-
`}
245+
`}`
246246
`add_filter( 'tootpress_toot_content_filter', 'tootpress_manipulate_content', 10, 1 );`
247247

248248
**Filter: tootpress_date_filter**
@@ -264,7 +264,7 @@ You can use the following code.
264264
``
265265
` return $date;`
266266
``
267-
`}
267+
`}`
268268
`add_filter( 'tootpress_date_filter', 'tootpress_date_custom_format', 10, 7 );`
269269

270270
**Filter: tootpress_image_filter**
@@ -287,7 +287,7 @@ You can use the following code.
287287
``
288288
` return $img_tag;`
289289
``
290-
`}
290+
`}`
291291
`add_filter( 'tootpress_image_filter', 'tootpress_image_manipulate', 1, 8 );`
292292

293293
= Related Links =

0 commit comments

Comments
 (0)