mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16752] Add deprecation notices and fix tests
PHPBB3-16752
This commit is contained in:
@@ -246,7 +246,8 @@ class md_exporter
|
||||
* Format the md events as a wiki table
|
||||
*
|
||||
* @param string $action
|
||||
* @return string Number of events found
|
||||
* @return string Number of events found * @deprecated since 3.2
|
||||
* @deprecated 3.3.5-RC1 (To be removed: 4.0.0-a1)
|
||||
*/
|
||||
public function export_events_for_wiki($action = '')
|
||||
{
|
||||
|
@@ -161,6 +161,7 @@ class php_exporter
|
||||
*
|
||||
* @param string $action
|
||||
* @return string
|
||||
* @deprecated 3.3.5-RC1 (To be removed: 4.0.0-a1)
|
||||
*/
|
||||
public function export_events_for_wiki($action = '')
|
||||
{
|
||||
|
Reference in New Issue
Block a user