mirror of
https://github.com/WordPress/WordPress.git
synced 2026-06-19 07:37:07 +00:00
Docs: Correct variable reference in wpdb::delete() DocBlock.
Follow-up to [47740]. Props nareshbheda, manishxdp. Fixes #65470. Built from https://develop.svn.wordpress.org/trunk@62527 git-svn-id: http://core.svn.wordpress.org/trunk@61808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2758,7 +2758,7 @@ class wpdb {
|
||||
* @param string[]|string $where_format Optional. An array of formats to be mapped to each of the values in $where.
|
||||
* If string, that format will be used for all of the items in $where.
|
||||
* A format is one of '%d', '%f', '%s' (integer, float, string).
|
||||
* If omitted, all values in $data will be treated as strings unless otherwise
|
||||
* If omitted, all values in $where will be treated as strings unless otherwise
|
||||
* specified in wpdb::$field_types. Default null.
|
||||
* @return int|false The number of rows deleted, or false on error.
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '7.1-alpha-62526';
|
||||
$wp_version = '7.1-alpha-62527';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user