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
This commit is contained in:
Eric Lewis
2016-01-12 20:43:28 +00:00
parent c0e903a040
commit 6bd2399382
2 changed files with 2 additions and 2 deletions

View File

@@ -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
*/