Fill in the @param
types for the args for dbDelta()
.
See #30224. Built from https://develop.svn.wordpress.org/trunk@30193 git-svn-id: http://core.svn.wordpress.org/trunk@30193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
150b4e5157
commit
082a1d06ae
@ -1614,9 +1614,9 @@ function deslash($content) {
|
|||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*
|
*
|
||||||
* @param unknown_type $queries
|
* @param string $queries
|
||||||
* @param unknown_type $execute
|
* @param bool $execute
|
||||||
* @return unknown
|
* @return array
|
||||||
*/
|
*/
|
||||||
function dbDelta( $queries = '', $execute = true ) {
|
function dbDelta( $queries = '', $execute = true ) {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-alpha-30192';
|
$wp_version = '4.1-alpha-30193';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user