Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
September 2016
Sep 21 Wed · 02:02
Forums med
Posted a reply to JPG files over 2MB not uploading 'correctly', on the site WordPress.org Forums:
This fixed it: add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ ); function change_graphic_lib($array) { return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );…
Sep 21 Wed · 01:25
Forums med
Posted a reply to JPG files over 2MB not uploading 'correctly', on the site WordPress.org Forums:
I have the same problem. Do you remember how you fixed it? I have increased…
Sep 12 Mon · 00:31
Forums med
Created a topic, Using email that is hosted with someone else, on the site WordPress.org Forums:
Hi, I am setting up Contact Form 7 and need to add the…