diff --git a/thisismyurl-external-link-control.php b/thisismyurl-external-link-control.php index 02c312d..356f2db 100644 --- a/thisismyurl-external-link-control.php +++ b/thisismyurl-external-link-control.php @@ -136,7 +136,7 @@ public function enqueue_admin_assets( $hook ) { 'timu-elc-admin', plugins_url( 'assets/css/admin.css', __FILE__ ), array(), - '1.6148' + '1.6149.0734' ); } } @@ -341,10 +341,13 @@ public function render_plugin_admin_ui() { thisismyurl.com' + echo wp_kses( + sprintf( + /* translators: %s: brand name "thisismyurl.com" rendered as a link. */ + __( 'by %s', 'thisismyurl-external-link-control' ), + 'thisismyurl.com' + ), + array( 'a' => array( 'href' => array(), 'target' => array(), 'rel' => array(), 'class' => array() ) ) ); ?>