Changeset 30122 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/31/2014 05:55:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r30105 r30122 1088 1088 * @since 2.0.0 1089 1089 * 1090 * @global wpdb $wpdb WordPress database a ccess abstraction object.1090 * @global wpdb $wpdb WordPress database abstraction object. 1091 1091 * 1092 1092 * @return int Number of database queries. … … 1254 1254 * @since 2.1.0 1255 1255 * 1256 * @global wpdb $wpdb WordPress database a ccess abstraction object.1256 * @global wpdb $wpdb WordPress database abstraction object. 1257 1257 * 1258 1258 * @return bool Whether the blog is already installed. … … 3239 3239 * @since 2.3.2 3240 3240 * 3241 * @global wpdb $wpdb WordPress database a ccess abstraction object.3241 * @global wpdb $wpdb WordPress database abstraction object. 3242 3242 */ 3243 3243 function dead_db() {
Note: See TracChangeset
for help on using the changeset viewer.