Skip to content

mismatched_plugin_name fix#754

Merged
kasparsd merged 1 commit intoWordPress:masterfrom
masteradhoc:patch-2
Jan 27, 2026
Merged

mismatched_plugin_name fix#754
kasparsd merged 1 commit intoWordPress:masterfrom
masteradhoc:patch-2

Conversation

@masteradhoc
Copy link
Collaborator

@masteradhoc masteradhoc commented Jan 26, 2026

What?

This PR resolves a WordPress.org plugin check warning (mismatched_plugin_name) caused by a mismatch between the plugin name declared in the main plugin file header and the name defined in readme.txt.

Why?

The following error was shown on the plugin check plugin:
readme.txt

Line Column Type Code Message Docs
0 0 WARNING mismatched_plugin_name Plugin name "Two-Factor" is different from the name declared in plugin header "Two Factor". Docs

How?

Changing the readme.txt plugin name to the declared plugin name

Testing Instructions

  1. Install Plugin Check Plugin
  2. Choose Two Factor, Categories = "Plugin Repo" and Types = "Error" & "Warning"
  3. see results
  4. apply fix
  5. see results

Changelog Entry

Fixed - Resolved a plugin name mismatch between the main plugin file header and readme.txt to satisfy WordPress.org plugin checker requirements.

@jeffpaul jeffpaul added this to the 0.15.0 milestone Jan 27, 2026
Copy link
Member

@jeffpaul jeffpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relatively inconsequential, fine by me

@kasparsd kasparsd merged commit 4b983aa into WordPress:master Jan 27, 2026
25 of 27 checks passed
@masteradhoc masteradhoc deleted the patch-2 branch January 27, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants