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:
Scott Taylor 2014-11-03 05:40:22 +00:00
parent 150b4e5157
commit 082a1d06ae
2 changed files with 4 additions and 4 deletions

View File

@ -1614,9 +1614,9 @@ function deslash($content) {
*
* @since 1.5.0
*
* @param unknown_type $queries
* @param unknown_type $execute
* @return unknown
* @param string $queries
* @param bool $execute
* @return array
*/
function dbDelta( $queries = '', $execute = true ) {
global $wpdb;

View File

@ -4,7 +4,7 @@
*
* @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.