DEV: Correct versions used in deprecation message (#23857)
This commit is contained in:
parent
a39ff830e8
commit
cdda28ecb4
|
@ -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",
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue