mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Docs: Fix typo in get_image_send_to_editor()
description.
Props yoavf. See #36349. Built from https://develop.svn.wordpress.org/trunk@37194 git-svn-id: http://core.svn.wordpress.org/trunk@37160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
21bdbc204e
commit
e081720b67
@ -111,7 +111,7 @@ function the_media_upload_tabs() {
|
||||
* @param string $title Image title attribute.
|
||||
* @param string $align Image CSS alignment property.
|
||||
* @param string $url Optional. Image src URL. Default empty.
|
||||
* @param bool|string $rel Optional. Value for rel attribute or whether to add a dafault value. Default false.
|
||||
* @param bool|string $rel Optional. Value for rel attribute or whether to add a default value. Default false.
|
||||
* @param string|array $size Optional. Image size. Accepts any valid image size, or an array of width
|
||||
* and height values in pixels (in that order). Default 'medium'.
|
||||
* @param string $alt Optional. Image alt attribute. Default empty.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37193';
|
||||
$wp_version = '4.6-alpha-37194';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user