diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-25 12:15:44 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-25 12:15:44 +0200 |
| commit | b32895308d13d5d9b0cd954fd8ce871a1fa073da (patch) | |
| tree | 2a158ed71ab6ebc625dae51fc8f188b1768e5aed /phpBB/posting.php | |
| parent | 87899b0e140400e23341ea1286d50e330132be90 (diff) | |
| download | forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.gz forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.bz2 forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.xz forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.zip | |
[ticket/12273] Update since version to 3.1.0-a* style
PHPBB3-12273
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 11f0898440..cfd6524e62 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -80,7 +80,7 @@ $current_time = time(); * form submission. * NOTE: Should be actual language strings, NOT * language keys. -* @since 3.1-A1 +* @since 3.1.0-a1 */ $vars = array( 'post_id', @@ -1573,7 +1573,7 @@ $template->assign_vars(array( * this is "multipart/form-data" else it is the empty string * @var string s_action The URL to submit the POST data to * @var string s_hidden_fields The concatenated input tags of the form's hidden fields -* @since 3.1-A1 +* @since 3.1.0-a1 * @change 3.1.0-b3 Added vars post_data, moderators, mode, page_title, s_topic_icons, form_enctype, s_action, s_hidden_fields */ $vars = array( |
