Changeset 18639 for trunk/wp-includes/wp-db.php
- Timestamp:
- 09/05/2011 07:08:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r18573 r18639 641 641 * 642 642 * Also allows for the CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE to 643 * override the WordPress users and user smeta tables that would otherwise643 * override the WordPress users and usermeta tables that would otherwise 644 644 * be determined by the prefix. 645 645 * … … 1290 1290 * a numerically indexed array (0 => value, ...) or an object ( ->column = value ), respectively. 1291 1291 * @param int $y Optional. Row to return. Indexed from 0. 1292 * @return mixed Database query result in format specif ed by $output or null on failure1292 * @return mixed Database query result in format specified by $output or null on failure 1293 1293 */ 1294 1294 function get_row( $query = null, $output = OBJECT, $y = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.