Changeset 36417 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/28/2016 03:50:26 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r36336 r36417 1335 1335 1336 1336 /** 1337 * Test whether blogis already installed.1337 * Test whether WordPress is already installed. 1338 1338 * 1339 1339 * The cache will be checked first. If you have a cache plugin, which saves … … 1347 1347 * @global wpdb $wpdb WordPress database abstraction object. 1348 1348 * 1349 * @return bool Whether the blogis already installed.1349 * @return bool Whether the site is already installed. 1350 1350 */ 1351 1351 function is_blog_installed() {
Note: See TracChangeset
for help on using the changeset viewer.