From c415dd186b0b8cb7d86857c5a5f1ad8ff5d698e9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 19 Jul 2016 17:34:44 +0000 Subject: [PATCH] Readme: Link to the Plugin Developer Handbook on DevHub as the primary resource for information on extending WordPress. The `Plugin API` article in the Codex is no longer actively maintained. Props morganestes. Fixes #37399. Built from https://develop.svn.wordpress.org/trunk@38105 git-svn-id: http://core.svn.wordpress.org/trunk@38046 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index 6fcf7cd06a..78da489abb 100644 --- a/readme.html +++ b/readme.html @@ -83,7 +83,7 @@

Final Notes

Share the Love

diff --git a/wp-includes/version.php b/wp-includes/version.php index 7955e48a3e..6fabd7e3f5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta3-38104'; +$wp_version = '4.6-beta3-38105'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.