From 4c3a1b11974f5b3075e033292c4fac28ce4100e9 Mon Sep 17 00:00:00 2001 From: Ozh Date: Sun, 9 Dec 2012 18:38:35 +0000 Subject: [PATCH] Bleh, typo. 'yourls', not 'yourl'. Duh. git-svn-id: http://yourls.googlecode.com/svn/trunk@812 12232710-3e20-11de-b438-597f59cd7555 --- includes/functions-formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions-formatting.php b/includes/functions-formatting.php index 5164647..e357af9 100644 --- a/includes/functions-formatting.php +++ b/includes/functions-formatting.php @@ -470,7 +470,7 @@ function yourls_esc_js( $text ) { * @param string $text * @return string */ -function yourl_esc_textarea( $text ) { +function yourls_esc_textarea( $text ) { $safe_text = htmlspecialchars( $text, ENT_QUOTES ); return yourls_apply_filters( 'esc_textarea', $safe_text, $text ); } -- 2.45.0