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. …

  • Member Since: May 27th, 2019
  • Location: London, England
  • Website: teanow5pm.co.uk
  • Find me on:
  • 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…

  • 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…

  • 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"…

  • 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…

  • 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. …

  • 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…

  • 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…

  • 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…

  • 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(…

  • 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…

  • Posted a reply to error on wp dashboard login page, on the site WordPress.org Forums:
    The errors appear when I open wp-login.php. The user and password fields may be empty…

  • Created a topic, error on wp dashboard login page, on the site WordPress.org Forums:
    Hi. I actually posted a topic about nine months back r…

  • Created a topic, new error on wp dashboard login page, on the site WordPress.org Forums:
    Hi. General issue/question. Since the latest WordPress…

  • Posted a reply to nested paragraphs in comment post errors, on the site WordPress.org Forums:
    I marked the post as resolved after the patch. It took about three or four…

  • Posted a reply to nested paragraphs in comment post errors, on the site WordPress.org Forums:
    The patch is: $comment->get_error_message(), I believe it is safe and we'll likely be seeing it,…

  • Posted a reply to nested paragraphs in comment post errors, on the site WordPress.org Forums:
    An interesting question is how nested paragraphs managed to slip through the net. The earliest…

  • Posted a reply to nested paragraphs in comment post errors, on the site WordPress.org Forums:
    Resolved.

  • Posted a reply to nested paragraphs in comment post errors, on the site WordPress.org Forums:
    https://core.trac.wordpress.org/ticket/47413#ticket I guess it isn't resolved (yet) as long as the ticket is still open?

  • Created ticket #47413 on Core Trac:
    nested paragraphs in comment post errors

  • Created a topic, nested paragraphs in comment post errors, on the site WordPress.org Forums:
    Hi, This is probably wrong. Line 30 in 'wordpress/wp-c…