Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bad avatar urls in new instal


r-a-y
Keymaster

@r-a-y

Hope you didn’t copy and paste the characters as-is because the characters aren’t correct.

Try this instead:

if ( !$path = get_option( 'upload_path' ) )
$path = WP_CONTENT_DIR . '/uploads';
else
$path = ABSPATH . $path;

Skip to toolbar