From fffbee4ac77137047f76911901977bbe75e28647 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sat, 6 Dec 2014 21:45:12 +0000 Subject: [PATCH] Fix a typo in the return description for `get_sample_permalink()`. Props TobiasBg. Fixes #30591. git-svn-id: https://develop.svn.wordpress.org/trunk@30755 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php index b827e98eb3..719f6ebc7c 100644 --- a/src/wp-admin/includes/post.php +++ b/src/wp-admin/includes/post.php @@ -1123,7 +1123,7 @@ function postbox_classes( $id, $page ) { * @param int $id Post ID or post object. * @param string $title Optional. Title. Default null. * @param string $name Optional. Name. Default null. - * @return array Arra yith two entries of type string. + * @return array Array with two entries of type string. */ function get_sample_permalink($id, $title = null, $name = null) { $post = get_post( $id );