Paul Bearne
@pbearne on WordPress.org and Slack
- Member Since: November 13th, 2006
- Location: Southern Ontario
- Website: bearne.ca
- GitHub: pbearne
- Job Title: Senior WordPress Full Stack Developer
- Employer: Paul & Gina Bearne (Freelance Consultancy)
Bio
Interests
WordPress Origin Story
Contributions Sponsored
Contribution History
Paul Bearne’s badges:- Core Contributor
- Core Performance Contributor
- Core Performance Team
- Documentation Contributor
- Meetup Organizer
- Plugin Developer
- Test Contributor
- Test Team
- Translation Contributor
- Translation Editor
- WordCamp Organizer
- WordCamp Speaker
-
Mentioned in [54711] on Core SVN:
Tests: Move `dbDelta()` tests to the `db` directory. -
Mentioned in [54710] on Core SVN:
Tests: Move the tests for `WP` class methods to the `wp` directory. -
Posted a reply to Gutenberg Block crash, on the site WordPress.org Forums:
Found the problem and shipped an update -
Posted a reply to Include other post types in ‘show authors last post’?, on the site WordPress.org Forums:
It looks like the text had fancy quotes add_filter("aa_user_show_last_post_type", function(){ return "events"; // the event… -
Committed [2806575] to Plugins SVN:
fixed color pick caching in editor Added border options -
Committed [2806573] to Plugins SVN:
fixed color pick caching in editor Added border options -
Posted a reply to Include other post types in ‘show authors last post’?, on the site WordPress.org Forums:
try this sniped adjust the post type name as needed `add_filter('aa_user_show_last_post_type', function(){ return 'events'; //… -
Posted a reply to Include other post types in ‘show authors last post’?, on the site WordPress.org Forums:
Hi Lars I have already coded a filter 'aa_user_show_last_post_type' you can use this to change… -
Posted a reply to Include other post types in ‘show authors last post’?, on the site WordPress.org Forums:
Hi Lars, That sounds like a good idea I will have to look at how… -
Posted a reply to Gutenberg Block crash, on the site WordPress.org Forums:
Which version of WP/gunterberg is it broken in? Paul -
Mentioned in [54477] on Core SVN:
Users: Fetch user by login in `retrieve_password()` if not found by email. -
Mentioned in [54449] on Core SVN:
General: Remove instances of `_wp_http_referer` from GET forms in the admin. -
Created ticket #56782 on Core Trac:
PHPUnit tests: Add/improvement @covers annotations for WP 6.2 -
Mentioned in [54422] on Core SVN:
Build/Test Tools: Add tests coverage for `_wp_check_alternate_file_names()`. -
Mentioned in [54421] on Core SVN:
Build/Test Tools: Add tests for `WP_List_Util::pluck` and `WP_List_Util::sort`. -
Mentioned in [54420] on Core SVN:
Build/Test Tools: Add tests for `wp_nonce_field()` and `wp_referer_field()`. -
Mentioned in [54407] on Core SVN:
Build/Test tools: Add tests for `wp_nonce_url()`. -
Posted a reply to Suggestion: Show labels before meta fields, on the site WordPress.org Forums:
I would add the CSS in the customizer or in a child theme CSS -
Posted a reply to user images doesnt show after moving website to new host, on the site WordPress.org Forums:
It feels like the migration didn't work. I can't help fix that You may have… -
Posted a reply to user images doesnt show after moving website to new host, on the site WordPress.org Forums:
The image is contoled by WP we just call the get_avartar() function passing in the… -
Mentioned in [54234] on Core SVN:
Posts, Post types: Cache `get_page_by_title()`. -
Posted a reply to Career page is not loading, on the site WordPress.org Forums:
Hi Matt Your installation is not good, try to reinstall That file should part of… -
Wrote a comment on the post Proposal: Add a dominant color background to images., on the site Make WordPress Core:
UPDATE: We have created version of the code that adds a theme feature flag of… -
Committed [2784210] to Plugins SVN:
Update to version 0.1.0 from GitHub -
Mentioned in [54145] on Core SVN:
Options, Meta APIs: Add a new `pre-option` filter. -
Submitted pull request #528 to WordPress/performance:
Implement new experimental `fetchpriority` module -
Submitted pull request #3165 to WordPress/wordpress-develop:
added default option rent_theme_supports -
Submitted pull request #3164 to WordPress/wordpress-develop:
Dom color with theme flag -
Created ticket #56488 on Core Trac:
The current_theme_supports should have default args test -
Wrote a comment on the post Proposal: Add a dominant color background to images., on the site Make WordPress Core:
We have made it very easy for themes to disable. What we are doing creating… -
Wrote a comment on the post Proposal: Add a dominant color background to images., on the site Make WordPress Core:
@davidbaumwald We only store the hex value once per image to keep the bloat down.… -
Mentioned in [53897] on Core SVN:
Database: Ignore display width for integer data types in `dbDelta()` on MySQL 8.0.17 or later. -
Created issue #470 in the WordPress/performance repository:
Module Proposal: Check if image sizes set via code match the actual... -
Mentioned in [53867] on Core SVN:
Build/Test Tools: Update @covers tags for the load tests. -
Mentioned in [53866] on Core SVN:
Build/Test Tools: Add @covers tags to the l10n and i18n tests. -
Mentioned in [53865] on Core SVN:
Build/Test Tools: Add @covers tags to the options tests. -
Mentioned in [53864] on Core SVN:
Build/Test Tools: Add @covers tags to the import tests. -
Mentioned in [53863] on Core SVN:
Build/Test Tools: Add @covers tags to the comments tests. -
Posted a reply to Suggestion: Show labels before meta fields, on the site WordPress.org Forums:
Try this pattern html:lang(da-DK) .email::before { content: 'Emal-da: '; } html:lang(en-US) .email::before { content: 'Emal:… -
Wrote a comment on the post Proposal: Add a dominant color background to images., on the site Make WordPress Core:
Here is a support forum thread where a user was able to use the dom… -
Posted a reply to Dominant Color, on the site WordPress.org Forums:
no, you are correct that CSS only works on the but the JS should work… -
Posted a reply to Suggestion: Show labels before meta fields, on the site WordPress.org Forums:
Hi I should add the labels and hide them for accessibliity In the meantime, you… -
Posted a reply to Dominant Color, on the site WordPress.org Forums:
does the wp-block-image div get covered by the image Try setting the border with this… -
Posted a reply to Dominant Color, on the site WordPress.org Forums:
It is my hope that the block and template will start to add the color… -
Posted a reply to Dominant Color, on the site WordPress.org Forums:
Hi You will have to adjust the image id from 5917 and change the target… -
Posted a reply to Dominant Color, on the site WordPress.org Forums:
Hi, What do you want to do? The info is in the image meta so… -
Mentioned in [53810] on Core SVN:
Date/Time: Increase test coverage of `wp_date()`. -
Committed [2762551] to Plugins SVN:
removed test tags -
Committed [2762529] to Plugins SVN:
Update to version 0.91 from GitHub -
Committed [2762522] to Plugins SVN:
Update to version 0.9 from GitHub
Developer
-
Author Avatars List/Block
Active Installs: 9,000+
-
Fluid
Active Installs: Less than 10
-
Matador Jobs Lite
Active Installs: 70+
-
WP Site Verification tool
Active Installs: 2,000+
-
WP Vote Lite
Active Installs: Less than 10