Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/smart-sl.../Nextend/Framewor.../Form/Element/Select
File: FontWeight.php
<?php
[0] Fix | Delete
[1] Fix | Delete
[2] Fix | Delete
namespace Nextend\Framework\Form\Element\Select;
[3] Fix | Delete
[4] Fix | Delete
[5] Fix | Delete
use Nextend\Framework\Form\Element\Select;
[6] Fix | Delete
[7] Fix | Delete
class FontWeight extends Select {
[8] Fix | Delete
[9] Fix | Delete
public function __construct($insertAt, $name = '', $label = false, $default = '', $parameters = array()) {
[10] Fix | Delete
$this->options = array(
[11] Fix | Delete
'0' => n2_('Normal'),
[12] Fix | Delete
'1' => n2_('Bold'),
[13] Fix | Delete
'100' => '100',
[14] Fix | Delete
'200' => '200 - ' . n2_('Extra light'),
[15] Fix | Delete
'300' => '300 - ' . n2_('Light'),
[16] Fix | Delete
'400' => '400 - ' . n2_('Normal'),
[17] Fix | Delete
'500' => '500',
[18] Fix | Delete
'600' => '600 - ' . n2_('Semi bold'),
[19] Fix | Delete
'700' => '700 - ' . n2_('Bold'),
[20] Fix | Delete
'800' => '800 - ' . n2_('Extra bold'),
[21] Fix | Delete
'900' => '900'
[22] Fix | Delete
);
[23] Fix | Delete
parent::__construct($insertAt, $name, $label, $default, $parameters);
[24] Fix | Delete
}
[25] Fix | Delete
}
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function