Correct @since and remove invalid code example in wpdb::delete() documentation. Props GaryJ, scribu. See #18948.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9b3fe2d062
commit
a280584422
|
@ -1278,10 +1278,9 @@ class wpdb {
|
|||
* <code>
|
||||
* wpdb::delete( 'table', array( 'ID' => 1 ) )
|
||||
* wpdb::delete( 'table', array( 'ID' => 1 ), array( '%d' ) )
|
||||
* wpdb::delete( 'table', array( 'ID' => 1 ), array( '%d' ), 1 )
|
||||
* </code>
|
||||
*
|
||||
* @since 2.5.0
|
||||
* @since 3.4.0
|
||||
* @see wpdb::prepare()
|
||||
* @see wpdb::$field_types
|
||||
* @see wp_set_wpdb_vars()
|
||||
|
|
Loading…
Reference in New Issue