Docs: Remove redundant `type` strings from the `wp_calculate_image_srcset` filter DocBlock.

Props DH-Shredder, joemcgill.
See #34733.
Built from https://develop.svn.wordpress.org/trunk@35716


git-svn-id: http://core.svn.wordpress.org/trunk@35680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-11-20 06:16:26 +00:00
parent db4a87b0fd
commit 4341637ba6
2 changed files with 7 additions and 7 deletions

View File

@ -1080,12 +1080,12 @@ function wp_calculate_image_srcset( $size_array, $image_src, $image_meta, $attac
* @param array $sources {
* One or more arrays of source data to include in the 'srcset'.
*
* @type type array $width {
* @type type string $url The URL of an image source.
* @type type string $descriptor The descriptor type used in the image candidate string,
* either 'w' or 'x'.
* @type type int $value The source width, if paired with a 'w' descriptor or a
* pixel density value if paired with an 'x' descriptor.
* @type array $width {
* @type string $url The URL of an image source.
* @type string $descriptor The descriptor type used in the image candidate string,
* either 'w' or 'x'.
* @type int $value The source width if paired with a 'w' descriptor, or a
* pixel density value if paired with an 'x' descriptor.
* }
* }
* @param array $size_array Array of width and height values in pixels (in that order).

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35715';
$wp_version = '4.4-beta4-35716';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.