rebase on oct-10-2023
This commit is contained in:
@@ -41,7 +41,7 @@ class WP_Importer {
|
||||
$hashtable[ $r->meta_value ] = (int) $r->post_id;
|
||||
}
|
||||
}
|
||||
} while ( count( $results ) == $limit );
|
||||
} while ( count( $results ) === $limit );
|
||||
|
||||
return $hashtable;
|
||||
}
|
||||
@@ -110,7 +110,7 @@ class WP_Importer {
|
||||
}
|
||||
}
|
||||
}
|
||||
} while ( count( $results ) == $limit );
|
||||
} while ( count( $results ) === $limit );
|
||||
|
||||
return $hashtable;
|
||||
}
|
||||
@@ -187,7 +187,7 @@ class WP_Importer {
|
||||
}
|
||||
|
||||
/**
|
||||
* GET URL
|
||||
* Gets URL.
|
||||
*
|
||||
* @param string $url
|
||||
* @param string $username
|
||||
|
||||
Reference in New Issue
Block a user