DEV: Correct versions used in deprecation message (#23857)

This commit is contained in:
Alan Guo Xiang Tan 2023-10-10 06:45:23 +08:00 committed by GitHub
parent a39ff830e8
commit cdda28ecb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -760,8 +760,8 @@ class PluginApi {
"`addToolbarPopupMenuOptionsCallback` has been renamed to `addToolbarPopupMenuOption`",
{
id: "discourse.add-toolbar-popup-menu-options-callback",
since: "3.3",
dropFrom: "3.4",
since: "3.2",
dropFrom: "3.3",
}
);