Skip to content

Commit

Permalink
- updated minified scripts;
Browse files Browse the repository at this point in the history
- fixed range slider
- updated filters view on the member directory;
  • Loading branch information
nikitasinelnikov committed Jun 25, 2024
1 parent f81661c commit 4eeb1f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/common/class-filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ public function clear_temp_dir() {
public function get_upload_dir( $dir = '', $blog_id = null ) {
/** @var $wp_filesystem \WP_Filesystem_Base */
global $wp_filesystem;

// if you need to fix this issue on the localhost
// https://stackoverflow.com/questions/30688431/wordpress-needs-the-ftp-credentials-to-update-plugins
// Please add define('FS_METHOD', 'direct'); to avoid question about FTP.
if ( ! is_a( $wp_filesystem, 'WP_Filesystem_Base' ) ) {
/** @noinspection PhpIncludeInspection */
require_once ABSPATH . 'wp-admin/includes/file.php';
Expand Down

0 comments on commit 4eeb1f1

Please sign in to comment.