mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Spelling and grammar fun. Fixes #11875 props cnorris23
git-svn-id: https://develop.svn.wordpress.org/trunk@13382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1823,7 +1823,7 @@ function is_blog_installed() {
|
||||
$tables = $wpdb->get_col('SHOW TABLES');
|
||||
$wpdb->suppress_errors( $suppress );
|
||||
|
||||
$wp_tables = $wpdb->tables( 'all', true );
|
||||
$wp_tables = $wpdb->tables( 'all' );
|
||||
// Loop over the WP tables. If none exist, then scratch install is allowed.
|
||||
// If one or more exist, suggest table repair since we got here because the options
|
||||
// table could not be accessed.
|
||||
@@ -1995,7 +1995,7 @@ function wp_get_original_referer() {
|
||||
* @since 2.0.1
|
||||
*
|
||||
* @param string $target Full path to attempt to create.
|
||||
* @return bool Whether the path was created or not. True if path already exists.
|
||||
* @return bool Whether the path was created. True if path already exists.
|
||||
*/
|
||||
function wp_mkdir_p( $target ) {
|
||||
// from php.net/mkdir user contributed notes
|
||||
@@ -3028,7 +3028,7 @@ function absint( $maybeint ) {
|
||||
* @since 2.5.0
|
||||
*
|
||||
* @param string $url
|
||||
* @return bool Whether or not SSL access is available
|
||||
* @return bool Whether SSL access is available
|
||||
*/
|
||||
function url_is_accessable_via_ssl($url)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user