Changeset 13382 for trunk/wp-includes/functions.php
- Timestamp:
- 02/24/2010 08:13:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r13349 r13382 1824 1824 $wpdb->suppress_errors( $suppress ); 1825 1825 1826 $wp_tables = $wpdb->tables( 'all' , true);1826 $wp_tables = $wpdb->tables( 'all' ); 1827 1827 // Loop over the WP tables. If none exist, then scratch install is allowed. 1828 1828 // If one or more exist, suggest table repair since we got here because the options … … 1996 1996 * 1997 1997 * @param string $target Full path to attempt to create. 1998 * @return bool Whether the path was created or not. True if path already exists.1998 * @return bool Whether the path was created. True if path already exists. 1999 1999 */ 2000 2000 function wp_mkdir_p( $target ) { … … 3029 3029 * 3030 3030 * @param string $url 3031 * @return bool Whether or notSSL access is available3031 * @return bool Whether SSL access is available 3032 3032 */ 3033 3033 function url_is_accessable_via_ssl($url)
Note: See TracChangeset
for help on using the changeset viewer.