Adrian Bengtson

Results 15 comments of Adrian Bengtson

Yeah, I realize the header in the .pot file does not matter (not much anyway) and it's the tool that the translators use that should add correct headers in the...

Another +1 on this! I'm used to overscrolling in BBEdit and it's a so much better experience. I'd like to see similar function for FSNotes: ![BBEdit overscroll settings](https://user-images.githubusercontent.com/429202/138418210-bac57976-b58e-456d-8533-4b8976efe3ce.png)

Thanks @neohunter! That solved the very same issue I had! (Although I used `error_reporting(E_ALL & ~E_NOTICE);` instead.)

Very interesting gpspake, thanks!

A quick test with Foundation, clicking on the last button does not trigger any other drop down (using iPad in landscape): http://codepen.io/aetles/full/HycKl/

I change the viewport and yes, the menus now work on iPad in landscape mode! Also, that new viewport is what Foundation is using. Thank you!

As far as I can tell this plugin uses `publish_posts` and `create_posts` capability to determine who can edit/add help documents, even though the FAQ says `publish_pages`.

I have the same feature request. I use the Twitter feeds in NNW as a searchable Twitter archive of my timeline (because NNW is by far the best solution I've...

All of them, I thought. Isn't it best to keep up with core when replacing core functions? Like if someone wants to use the new `nav_menu_submenu_css_class` filter that's present now...

(At first I thought maybe we could just use the new filter, `nav_menu_submenu_css_class`, to add our CSS and not use a custom walker at all, but then it would add...