Make WordPress Core


Ignore:
Timestamp:
10/10/2008 06:21:16 PM (16 years ago)
Author:
ryan
Message:

phpdoc for wp-admin. Props jacobsantos. see #7527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r9053 r9119  
    11<?php
    22/**
    3  * WordPress Schema for installation and upgrading.
     3 * WordPress Administration Scheme API
    44 *
    55 * Here we keep the DB structure and option values.
     
    99 */
    1010
    11 /** WordPress Database collate charset */
     11/**
     12 * The database character collate.
     13 * @var string
     14 * @global string
     15 * @name $charset_collate
     16 */
    1217$charset_collate = '';
    1318
     
    165170 * Create WordPress options and set the default values.
    166171 *
    167  * @since unknown
     172 * @since 1.5.0
    168173 * @uses $wpdb
    169174 * @uses $wp_db_version
     
    300305 * Execute WordPress role creation for the various WordPress versions.
    301306 *
    302  * @since unknown (2.0.0)
     307 * @since 2.0.0
    303308 */
    304309function populate_roles() {
Note: See TracChangeset for help on using the changeset viewer.