Make WordPress Core

Changeset 33679


Ignore:
Timestamp:
08/20/2015 10:41:07 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize @deprecated tag formatting in the DocBlocks for several wpdb methods.

Props Alphawolf.
See #28806.

File:
1 edited

Legend:

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

    r33455 r33679  
    10621062     *
    10631063     * @since 2.8.0
    1064      * @deprecated 3.6.0
     1064     * @deprecated 3.6.0 Use wpdb::prepare()
    10651065     * @see wpdb::prepare
    10661066     * @see esc_sql()
     
    11361136     *
    11371137     * @since 0.71
    1138      * @deprecated 3.6.0
     1138     * @deprecated 3.6.0 Use wpdb::prepare()
    11391139     * @see wpdb::prepare()
    11401140     * @see esc_sql()
     
    30233023     * Called when WordPress is generating the table scheme.
    30243024     *
     3025     * Use `wpdb::has_cap( 'collation' )`.
     3026     *
    30253027     * @since 2.5.0
    3026      * @deprecated 3.5.0
    3027      * @deprecated Use wpdb::has_cap( 'collation' )
     3028     * @deprecated 3.5.0 Use wpdb::has_cap()
    30283029     *
    30293030     * @return bool True if collation is supported, false if version does not
Note: See TracChangeset for help on using the changeset viewer.