From e329b34f3719296245b986a911d21eb64bf8fc78 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 23 Jul 2014 05:11:16 +0000 Subject: [PATCH] Fix a typo in the PHPDoc for `get_stylesheet()`. Props lgedeon. Fixes #28985. Built from https://develop.svn.wordpress.org/trunk@29275 git-svn-id: http://core.svn.wordpress.org/trunk@29057 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 0562c832aa..85119eda1e 100644 --- a/wp-includes/theme.php +++ b/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