for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* MslsLinkTextOnly
* @author Dennis Ploetner <[email protected]>
* @since 0.9.8
*/
namespace lloc\Msls;
* Link type: Text only
* @package Msls
class MslsLinkTextOnly extends MslsLink {
* Output format
* @var string
protected $format_string = '{txt}';
* Get the description
* @return string
public static function get_description() {
return __( 'Description only', 'multisite-language-switcher' );
}