323 reputation
19
bio website github.com/weberwithoneb
location San Diego, CA
age 32
visits member for 1 year, 11 months
seen Jan 16 at 22:04
stats profile views 12

Web and iOS developer, comp sci major, sys admin, surfer, skier, and one who enjoys life.


Apr
14
awarded  Popular Question
Jan
16
comment How to Reload the Dashboard After Clicking Update in Quick-Edit?
I used the word overwrite in my answer instead of override, which seems to have caused confusion. I never modified core code directly, I just overrode a core function in my own JS file. WordPress recommends doing this all over the place in PHP, so I can't see how this is any worse in JavaScript. For example from the link in my answer above (codex.wordpress.org/Plugin_API/Action_Reference/…), WordPress actually recommends overriding another function of theirs from a script (plugins_url('scripts/admin_edit.js', __FILE__)). Oh well.
Jan
16
revised How to Reload the Dashboard After Clicking Update in Quick-Edit?
Changed the word overwrite to override.
Jan
16
answered Converting a theme to a child theme in a network
Jan
16
asked Converting a theme to a child theme in a network
Nov
13
accepted Allow all attributes in $allowedposttags tags
Nov
12
comment Allow all attributes in $allowedposttags tags
Skies the limit, I think. If we don't count custom attributes, the spec has the definitive list, I believe.
Nov
12
comment Allow all attributes in $allowedposttags tags
I'm starting to think that this isn't possible with just $allowedposttags. On line 718 of wp-includes/kses.php, attributes that aren't present in $allowedposttags are skipped.
Nov
12
asked Allow all attributes in $allowedposttags tags
Nov
2
awarded  Yearling
Sep
14
comment How to Reload the Dashboard After Clicking Update in Quick-Edit?
Downvotes without explanations are lame.
Sep
14
comment How to Reload the Dashboard After Clicking Update in Quick-Edit?
It has to occur after the ajax call, otherwise the update will have no affect.
Sep
14
revised How to Reload the Dashboard After Clicking Update in Quick-Edit?
added 2 characters in body
Sep
14
comment How to Reload the Dashboard After Clicking Update in Quick-Edit?
If anybody has a better suggestion, please post!
Sep
14
answered How to Reload the Dashboard After Clicking Update in Quick-Edit?
Sep
14
revised How to Reload the Dashboard After Clicking Update in Quick-Edit?
Clarification.
Sep
14
revised How to Reload the Dashboard After Clicking Update in Quick-Edit?
Removed unnecessary sentence.
Sep
14
asked How to Reload the Dashboard After Clicking Update in Quick-Edit?
Jun
21
comment Enclosing Shortcode is acting like self-closing
lol sorry! You were right when you said "I'm sure I'm missing something simple" ;)
Jun
21
revised Can i use php sql functions instead of $wpdb?
Added update about unsafe data in SQL queries.