correced __DEPLOY_VERSION__

This commit is contained in:
astridx 2017-03-12 22:50:26 +01:00
parent 5bb713b157
commit f1f0fffb1c
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ defined('JPATH_BASE') or die;
/**
* Supports a modal weblink picker.
*
* @since 1.6
* @since __DEPLOY_VERSION__
*/
class JFormFieldModal_Weblink extends JFormField
{
@ -20,7 +20,7 @@ class JFormFieldModal_Weblink extends JFormField
* The form field type.
*
* @var string
* @since 3.6
* @since __DEPLOY_VERSION__
*/
protected $type = 'Modal_Weblink';
@ -29,7 +29,7 @@ class JFormFieldModal_Weblink extends JFormField
*
* @return string The field input markup.
*
* @since 3.6
* @since __DEPLOY_VERSION__
*/
protected function getInput()
{
@ -263,7 +263,7 @@ class JFormFieldModal_Weblink extends JFormField
*
* @return string The field label markup.
*
* @since 3.6
* @since __DEPLOY_VERSION__
*/
protected function getLabel()
{

View File

@ -12,7 +12,7 @@ defined('_JEXEC') or die;
/**
* HTML Weblink View class for the Weblinks component
*
* @since 1.5
* @since __DEPLOY_VERSION__
*/
class WeblinksViewWeblink extends JViewLegacy
{