mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
More @since. props SergeyBiryukov, fixes #15445.
git-svn-id: https://develop.svn.wordpress.org/trunk@17071 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -46,7 +46,7 @@ require_once(dirname(dirname(__FILE__)).'/wp-load.php');
|
||||
* @global bool|int $debug
|
||||
* @name $debug
|
||||
* @var bool|int
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
*/
|
||||
$debug = 0;
|
||||
|
||||
@@ -54,7 +54,7 @@ if ( ! function_exists('maybe_create_table') ) :
|
||||
/**
|
||||
* Create database table, if it doesn't already exist.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
* @uses $wpdb
|
||||
@@ -86,7 +86,7 @@ if ( ! function_exists('maybe_add_column') ) :
|
||||
/**
|
||||
* Add column to database table, if column doesn't already exist in table.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
* @uses $wpdb
|
||||
@@ -121,7 +121,7 @@ endif;
|
||||
/**
|
||||
* Drop column from database table, if it exists.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
* @uses $wpdb
|
||||
@@ -165,7 +165,7 @@ function maybe_drop_column($table_name, $column_name, $drop_ddl) {
|
||||
* Default
|
||||
* Extra
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user