Changeset 9119 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 10/10/2008 06:21:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r9053 r9119 1 1 <?php 2 2 /** 3 * WordPress Schema for installation and upgrading.3 * WordPress Administration Scheme API 4 4 * 5 5 * Here we keep the DB structure and option values. … … 9 9 */ 10 10 11 /** WordPress Database collate charset */ 11 /** 12 * The database character collate. 13 * @var string 14 * @global string 15 * @name $charset_collate 16 */ 12 17 $charset_collate = ''; 13 18 … … 165 170 * Create WordPress options and set the default values. 166 171 * 167 * @since unknown172 * @since 1.5.0 168 173 * @uses $wpdb 169 174 * @uses $wp_db_version … … 300 305 * Execute WordPress role creation for the various WordPress versions. 301 306 * 302 * @since unknown (2.0.0)307 * @since 2.0.0 303 308 */ 304 309 function populate_roles() {
Note: See TracChangeset
for help on using the changeset viewer.