Mark Jaquith
@markjaquith on WordPress.org, @mark on Slack
Bio
- Member Since: May 23rd, 2004
- Location: Tampa, FL, USA
- Website: markjaquith.com
- GitHub: markjaquith
- Job Title: Web Developer
- Employer: Covered Web Services
Contribution History
Mark Jaquith’s badges:- bbPress Contributor
- BuddyPress Contributor
- Core Contributor
- Core Team
- Plugin Developer
- WordCamp Speaker
- WordPress.tv Contributor
-
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Use `is_wp_error()` in `WP_Customize_Custom_CSS_Setting`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Use correct escaping function for nav menu item... -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Remove unnecessary type casting in `wp-links-opml.php`. -
Pushed 1 commit to WordPress/WordPress:
Cache API: Consistently pass the `$expire` value as an integer... -
Pushed 1 commit to WordPress/WordPress:
Update Packages for 6.8.1 in trunk. -
Pushed 1 commit to WordPress/WordPress:
Networks and Sites: Sanitize key parameter in `wp-activate.php`. -
Pushed 1 commit to WordPress/WordPress:
Query: Avoid unnecessary database query when deleting a font family. -
Pushed 1 commit to WordPress/WordPress:
Docs: Remove redundant `@abstract` tags from DocBlocks in `WP_Image_Editor`. -
Pushed 1 commit to WordPress/WordPress:
REST API: Change posts endpoint to ignore_sticky=true by default -
Pushed 1 commit to WordPress/WordPress:
Media: Don't try to resize image formats which can't be... -
Pushed 1 commit to WordPress/WordPress:
Admin bar: Update the "Edit Site" link to 6.7 destination. -
Pushed 1 commit to WordPress/WordPress:
Twenty Twenty-Five: Remove redundant `echo` from `esc_html_e()`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Use `self::` for static member reference in `WP_Http`. -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct parameter name in `Spy_REST_Server::set_status()`. -
Pushed 1 commit to WordPress/WordPress:
About Page: Reduce copy on 6.8 about page. -
Pushed 1 commit to WordPress/WordPress:
Editor: Use different keys in array of translatable strings. -
Pushed 1 commit to WordPress/WordPress:
Site Health: Set missing `$transient` in `WP_Debug_Data:get_wp_themes_inactive()`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Explicitly return `null` in `wp_get_nav_menu_to_edit()`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Explicitly return `null` in `_wp_filter_build_unique_id()`. -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct `$request` parameter type in `WP_REST_Server::get_index()`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Correct default parameter type in `WP_Meta_Query::__construct()`. -
Pushed 1 commit to WordPress/WordPress:
XML-RPC: Correctly return deletion error message in `wp_xmlrpc_server::wp_deleteTerm()`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Correct `$site_id` parameter default values in `WP_User`. -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct parameter name for `rest_menu_read_access` filter. -
Pushed 1 commit to WordPress/WordPress:
Media: Prevent Multisite fatal error in legacy file rewrites. -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct parameter types for `get_comments_number_text()`. -
Pushed 1 commit to WordPress/WordPress:
Help/About: Add images to the About page. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Check for an empty address first on admin... -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Correct `$post` parameter default values in `link-template.php`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Remove extra check in `WP_REST_Server::get_json_last_error()`. -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct the type of the `$return` parameter in `embed_handler_html`... -
Pushed 1 commit to WordPress/WordPress:
Tests: Use the `ms-required` group where appropriate. -
Pushed 1 commit to WordPress/WordPress:
General: Correct `force_ssl_content()` to always return a boolean value. -
Pushed 1 commit to WordPress/WordPress:
Themes: Allow files in a block theme's 'patterns' directory to... -
Pushed 1 commit to WordPress/WordPress:
Tests: Simplify the tests for `force_ssl_admin()`. -
Pushed 1 commit to WordPress/WordPress:
Site Editor: Fix PHP warning in `_wp_get_site_editor_redirection_url()`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Remove unnecessary conditional in `WP_List_Table::print_column_headers()`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Move `wp_unique_id_from_values()` next to `wp_unique_id()` and `wp_unique_prefixed_id()`, for... -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct the type of the `$found` parameter in `wp_cache_get()`. -
Pushed 1 commit to WordPress/WordPress:
Docs: Fix types for `wp_cache_set_last_changed` filter. -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct the type of the `$cache` parameter in `embed_oembed_html`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Check for an empty mail server URL first... -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct the type of the `$name` parameter in `get_template_part`... -
Pushed 1 commit to WordPress/WordPress:
Docs: Correct documentation for `current_time()`, `date_i18n()`, and `wp_date()`. -
Pushed 1 commit to WordPress/WordPress:
General: Improve unit tests for `wp_unique_id_from_values()`. -
Pushed 1 commit to WordPress/WordPress:
Docs: Merge file-level and class-level DocBlocks in `wp_get_canonical_url()` test file. -
Pushed 1 commit to WordPress/WordPress:
Upgrade/Install: Pass stored credentials to `WP_Filesystem()` in `WP_Upgrader`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Use `$wpdb::prepare()` in `wp-admin/maint/repair.php`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Move `$wp_db_version` declaration to the top of `wp-admin/network/upgrade.php`. -
Pushed 1 commit to WordPress/WordPress:
Coding Standards: Remove a one-time `$sql` variable in Edit Site...