From 1e2fa2ddd3ed61c17d0d161ea71de4d1b18c44bd Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Wed, 23 Jul 2014 05:10:44 +0000 Subject: [PATCH] Fix a typo in the PHPDoc for `get_stylesheet()`. Props lgedeon. Fixes #28985. git-svn-id: https://develop.svn.wordpress.org/trunk@29275 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 0562c832aa..85119eda1e 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -137,7 +137,7 @@ function is_child_theme() { * The theme name that the administrator has currently set the front end theme * as. * - * For all extensive purposes, the template name and the stylesheet name are + * For all intents and purposes, the template name and the stylesheet name are * going to be the same for most cases. * * @since 1.5.0