mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'
PHPBB3-14397
This commit is contained in:
parent
2ab7b12419
commit
a7648b0eaa
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ class ucp_prefs
|
||||||
* @var string s_limit_post_days Sort limit post by days select box
|
* @var string s_limit_post_days Sort limit post by days select box
|
||||||
* @var string s_sort_post_key Sort post key select box
|
* @var string s_sort_post_key Sort post key select box
|
||||||
* @var string s_sort_post_dir Sort post dir select box
|
* @var string s_sort_post_dir Sort post dir select box
|
||||||
* @since 3.1.7-RC1
|
* @since 3.1.8-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'submit',
|
'submit',
|
||||||
|
|
Loading…
Add table
Reference in a new issue