mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fill in the @param types for the args for dbDelta().
See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d3d38505ea
commit
fa5b45c42a
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user