From c10c52dafc53dca1e56749c961227e09ae084656 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Sun, 15 Oct 2023 02:38:08 +1100 Subject: [PATCH] Fix typo "lenght" in help page (#511) --- includes/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/help.php b/includes/help.php index 3f0c7b9..d593d3e 100644 --- a/includes/help.php +++ b/includes/help.php @@ -11,7 +11,7 @@ '
' . \wp_kses( __( 'The post\'s title.', 'activitypub' ), array( 'code' => array() ) ) . '
' . '
[ap_content apply_filters="yes"]
' . '
' . \wp_kses( __( 'The post\'s content. With apply_filters you can decide if filters (apply_filters( \'the_content\', $content )) should be applied or not (default is yes). The values can be yes or no. apply_filters attribute is optional.', 'activitypub' ), array( 'code' => array() ) ) . '
' . - '
[ap_excerpt lenght="400"]
' . + '
[ap_excerpt length="400"]
' . '
' . \wp_kses( __( 'The post\'s excerpt (default 400 chars). length attribute is optional.', 'activitypub' ), array( 'code' => array() ) ) . '
' . '
[ap_permalink type="url"]
' . '
' . \wp_kses( __( 'The post\'s permalink. type can be either: url or html (an <a /> tag). type attribute is optional.', 'activitypub' ), array( 'code' => array() ) ) . '
' .