Profiles

Bio

I use WP more as an add-on for an ecommerce project, ie. I use the comments form on one page. So, about me. Not much I can say. I like Web Design.

WordPress Origin Story

Started using WordPress in around 2007. I wrote a few functions to keep spam comments down. DNS lookup, external blacklist. …

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
April 2020
Apr 07 Tue · 02:40
Forums med
Posted a reply to Changing css for wp_die() pages, on the site WordPress.org Forums:
Hi. I don't know. I do, if it's only two lines of code. This, on…
Apr 07 Tue · 00:59
Forums med
Posted a reply to Changing css for wp_die() pages, on the site WordPress.org Forums:
Below is the rather long-winded function to implement the button code properly. /** * Change…
Apr 06 Mon · 20:38
Forums med
Posted a reply to Changing css for wp_die() pages, on the site WordPress.org Forums:
The minimum manual edit is changing: <a href="javascript:void(0)" onclick="history.back()">&laquo; Back</a> to: <form action="#" id="form"><input type="reset"…
Apr 06 Mon · 19:28
Forums med
Posted a reply to Changing css for wp_die() pages, on the site WordPress.org Forums:
Thanks. I'm bound to agree. There is a button defined in the CSS. I wonder…
Apr 06 Mon · 18:19
Forums med
Created a topic, Changing css for wp_die() pages, on the site WordPress.org Forums:
I want to achieve two goals on wp-die() error pages. …
February 2020
Feb 27 Thu · 21:44
Forums med
Posted a reply to error on wp dashboard login page, on the site WordPress.org Forums:
A more flexible sizeof( $_POST ) vs. empty( $_POST ) might not be such a…
Feb 27 Thu · 19:52
Forums med
Posted a reply to error on wp dashboard login page, on the site WordPress.org Forums:
A new ticket might be in order, if 42985 can't be re-opened. Do I have…
Feb 27 Thu · 19:26
Forums med
Posted a reply to error on wp dashboard login page, on the site WordPress.org Forums:
Okay. $_POST is not empty. It's an array with one member already when I open…
Feb 27 Thu · 16:16
Forums med
Posted a reply to error on wp dashboard login page, on the site WordPress.org Forums:
Several thoughts: 1 - trac ticket. Patch 42985.2 applied to wp-login.php. wp-login.php: if ( empty(…
Feb 27 Thu · 15:26
Forums med
Posted a reply to error on wp dashboard login page, on the site WordPress.org Forums:
I have to be honest. I inserted the old code in my user.php file. After…