Make WordPress Core


Ignore:
Timestamp:
12/20/2010 12:49:18 PM (16 years ago)
Author:
ryan
Message:

@since additions and updates. Props demetris. fixes #15867

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r16788 r17079  
    6565         *
    6666         * @access private
    67          * @since 2.5
     67         * @since 2.5.0
    6868         * @var bool
    6969         */
     
    7474         *
    7575         * @see get_last_error()
    76          * @since 2.5
     76         * @since 2.5.0
    7777         * @access private
    7878         * @var string
     
    9292         * Count of rows returned by previous query
    9393         *
    94          * @since 1.2
     94         * @since 1.2.0
    9595         * @access private
    9696         * @var int
     
    523523        /**
    524524         * Set $this->charset and $this->collate
     525         *
     526         * @since 3.1.0
    525527         */
    526528        function init_charset() {
     
    541543        /**
    542544         * Sets the connection's character set.
     545         *
     546         * @since 3.1.0
    543547         *
    544548         * @param resource $dbh     The resource given by mysql_connect
     
    777781         * @see mysql_real_escape_string()
    778782         * @see addslashes()
    779          * @since 2.8
     783         * @since 2.8.0
    780784         * @access private
    781785         *
     
    795799         * @uses wpdb::_escape()
    796800         * @uses wpdb::_real_escape()
    797          * @since  2.8
     801         * @since  2.8.0
    798802         * @access private
    799803         *
     
    9981002         * call to this function they can be enabled.
    9991003         *
    1000          * @since 2.5
     1004         * @since 2.5.0
    10011005         * @see wpdb::hide_errors()
    10021006         * @param bool $suppress Optional. New value. Defaults to true.
     
    10231027        /**
    10241028         * Connect to and select database
     1029         *
     1030         * @since 3.0.0
    10251031         */
    10261032        function db_connect() {
     
    15121518         * Determine if a database supports a particular feature
    15131519         *
    1514          * @since 2.7
     1520         * @since 2.7.0
    15151521         * @see   wpdb::db_version()
    15161522         *
     
    15591565         * The database version number.
    15601566         *
     1567         * @since 2.7.0
     1568         *
    15611569         * @return false|string false on failure, version number on success
    15621570         */
Note: See TracChangeset for help on using the changeset viewer.