mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-04 18:28:25 +00:00
correced __DEPLOY_VERSION__
This commit is contained in:
parent
5bb713b157
commit
f1f0fffb1c
@ -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()
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user