Correct @since and remove invalid code example in wpdb::delete() documentation. Props GaryJ, scribu. See #18948.

git-svn-id: https://develop.svn.wordpress.org/trunk@20292 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave 2012-03-27 12:00:39 +00:00
parent 655b18cb36
commit 6fba47a265
1 changed files with 1 additions and 2 deletions

View File

@ -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()