From 6bd2399382c26f66a1d330cd1b3cc572eb108587 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Tue, 12 Jan 2016 20:43:28 +0000 Subject: [PATCH] Docs: Fix typo in wp-admin/admin.php. Props sebastian.pisula Fixes #35423. Built from https://develop.svn.wordpress.org/trunk@36271 git-svn-id: http://core.svn.wordpress.org/trunk@36238 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/admin.php b/wp-admin/admin.php index 2d0809289a..d67160d897 100644 --- a/wp-admin/admin.php +++ b/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 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8871b1eb28..94022f2feb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36270'; +$wp_version = '4.5-alpha-36271'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.