Docs: Fix phpdoc and jsdoc typos introduced in [38584] and [38587], respectively.
See #33742. See #20714. Built from https://develop.svn.wordpress.org/trunk@38588 git-svn-id: http://core.svn.wordpress.org/trunk@38531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
edf170c943
commit
4156988a3c
|
@ -75,8 +75,8 @@
|
|||
* submission is already being handled by JS), and if it has a GET
|
||||
* request method, then take the serialized form data and add it as
|
||||
* a query string to the action URL and send this in a url message
|
||||
* to the Customizer pane so that it will be loaded. If the form's
|
||||
* action points to a non-previewable URL, the the Customizer pane's
|
||||
* to the customizer pane so that it will be loaded. If the form's
|
||||
* action points to a non-previewable URL, the customizer pane's
|
||||
* previewUrl setter will reject it so that the form submission is
|
||||
* a no-op, which is the same behavior as when clicking a link to an
|
||||
* external site in the preview.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38587';
|
||||
$wp_version = '4.7-alpha-38588';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue