Make WordPress Core


Ignore:
Timestamp:
09/05/2011 07:08:15 PM (13 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-includes/[i-z]). See #18560.

File:
1 edited

Legend:

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

    r18573 r18639  
    641641     *
    642642     * Also allows for the CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE to
    643      * override the WordPress users and usersmeta tables that would otherwise
     643     * override the WordPress users and usermeta tables that would otherwise
    644644     * be determined by the prefix.
    645645     *
     
    12901290     *  a numerically indexed array (0 => value, ...) or an object ( ->column = value ), respectively.
    12911291     * @param int $y Optional. Row to return. Indexed from 0.
    1292      * @return mixed Database query result in format specifed by $output or null on failure
     1292     * @return mixed Database query result in format specified by $output or null on failure
    12931293     */
    12941294    function get_row( $query = null, $output = OBJECT, $y = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.