From 32122391997c30092dc2df38f4a0739921c105e4 Mon Sep 17 00:00:00 2001 From: Eric Andrew Lewis Date: Tue, 12 Jan 2016 20:42:46 +0000 Subject: [PATCH] Docs: Fix typo in wp-admin/admin.php. Props sebastian.pisula Fixes #35423. git-svn-id: https://develop.svn.wordpress.org/trunk@36271 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/admin.php b/src/wp-admin/admin.php index 2d0809289a..d67160d897 100644 --- a/src/wp-admin/admin.php +++ b/src/wp-admin/admin.php @@ -161,7 +161,7 @@ if ( current_user_can( 'manage_options' ) ) { * Note, this does not just run on user-facing admin screens. * It runs on admin-ajax.php and admin-post.php as well. * - * This is roughly analgous to the more general 'init' hook, which fires earlier. + * This is roughly analogous to the more general 'init' hook, which fires earlier. * * @since 2.5.0 */