Make WordPress Core

Changeset 31050


Ignore:
Timestamp:
01/05/2015 03:50:14 AM (12 years ago)
Author:
pento
Message:

WPDB Docs: Update the @since version from 4.1.0 to 4.2.0, for all the methods/members that were punted from 4.1.

See #21212.

File:
1 edited

Legend:

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

    r30768 r31050  
    147147         * Cached column info, for sanity checking data before inserting
    148148         *
    149          * @since 4.1.0
     149         * @since 4.2.0
    150150         * @access protected
    151151         * @var array
     
    156156         * Calculated character sets on tables
    157157         *
    158          * @since 4.1.0
     158         * @since 4.2.0
    159159         * @access protected
    160160         * @var array
     
    165165         * Whether text fields in the current query need to be sanity checked.
    166166         *
    167          * @since 4.1.0
     167         * @since 4.2.0
    168168         * @access protected
    169169         * @var bool
     
    19041904         * stripped, then field processing is rejected and the query fails.
    19051905         *
    1906          * @since 4.1.0
     1906         * @since 4.2.0
    19071907         * @access protected
    19081908         *
     
    19321932         * Prepares arrays of value/format pairs as passed to wpdb CRUD methods.
    19331933         *
    1934          * @since 4.1.0
     1934         * @since 4.2.0
    19351935         * @access protected
    19361936         *
     
    19681968         * the {@see wpdb::process_field_formats()} method.
    19691969         *
    1970          * @since 4.1.0
     1970         * @since 4.2.0
    19711971         * @access protected
    19721972         *
     
    21582158         * Retrieves the character set for the given table.
    21592159         *
    2160          * @since 4.1.0
     2160         * @since 4.2.0
    21612161         * @access protected
    21622162         *
     
    21732173                 * checking the DB for the charset, returning that value instead.
    21742174                 *
    2175                  * @since 4.1.0
     2175                 * @since 4.2.0
    21762176                 *
    21772177                 * @param string $charset The character set to use. Default null.
     
    22502250         * Retrieves the character set for the given column.
    22512251         *
    2252          * @since 4.1.0
     2252         * @since 4.2.0
    22532253         * @access protected
    22542254         *
     
    22682268                 * checking the DB for the charset, returning that value instead.
    22692269                 *
    2270                  * @since 4.1.0
     2270                 * @since 4.2.0
    22712271                 *
    22722272                 * @param string $charset The character set to use. Default null.
     
    23172317         * the search to finish as soon as it encounters a non-ASCII character.
    23182318         *
    2319          * @since 4.1.0
     2319         * @since 4.2.0
    23202320         * @access protected
    23212321         *
     
    23382338         * Strips any invalid characters based on value/charset pairs.
    23392339         *
    2340          * @since 4.1.0
     2340         * @since 4.2.0
    23412341         * @access protected
    23422342         *
     
    24652465         * Strips any invalid characters from the query.
    24662466         *
    2467          * @since 4.1.0
     2467         * @since 4.2.0
    24682468         * @access protected
    24692469         *
     
    25042504         * Strips any invalid characters from the string for a given table and column.
    25052505         *
    2506          * @since 4.1.0
     2506         * @since 4.2.0
    25072507         * @access public
    25082508         *
     
    25452545         * Find the first table name referenced in a query.
    25462546         *
    2547          * @since 4.1.0
     2547         * @since 4.2.0
    25482548         * @access protected
    25492549         *
Note: See TracChangeset for help on using the changeset viewer.