Docs: Fix typo in a comment in `wp-admin/js/postbox.js`.
Props yoavf. Fixes #36349. Built from https://develop.svn.wordpress.org/trunk@37195 git-svn-id: http://core.svn.wordpress.org/trunk@37161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e081720b67
commit
c55e4194f8
|
@ -110,7 +110,7 @@ var postboxes;
|
||||||
tolerance: 'pointer',
|
tolerance: 'pointer',
|
||||||
forcePlaceholderSize: true,
|
forcePlaceholderSize: true,
|
||||||
helper: function( event, element ) {
|
helper: function( event, element ) {
|
||||||
// `helper: 'clone'` is equilavalent to `return element.clone();`
|
// `helper: 'clone'` is equivalent to `return element.clone();`
|
||||||
// Cloning a checked radio and then inserting that clone next to the original
|
// Cloning a checked radio and then inserting that clone next to the original
|
||||||
// radio unchecks the original radio (since only one of the two can be checked).
|
// radio unchecks the original radio (since only one of the two can be checked).
|
||||||
// We get around this by renaming the helper's inputs' name attributes so that,
|
// We get around this by renaming the helper's inputs' name attributes so that,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-alpha-37194';
|
$wp_version = '4.6-alpha-37195';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue