Skip to content

Commit d666861

Browse files
committed
old hook removed
1 parent ba18a97 commit d666861

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cbxphpfpdf.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ class CBXPhpFpdf
4545
{
4646
function __construct()
4747
{
48-
//load text domain
49-
load_plugin_textdomain('cbxphpfpdf', false, dirname(plugin_basename(__FILE__)) . '/languages/');
50-
5148
add_filter('plugin_row_meta', array($this, 'plugin_row_meta'), 10, 2);
5249
add_action( 'admin_notices', [ $this, 'activation_error_display' ] );
5350

0 commit comments

Comments
 (0)