Skip to content

Commit

Permalink
Fixed variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Zoetewey committed Mar 30, 2012
1 parent 77bd773 commit 7b2144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonomy-field.php
Expand Up @@ -106,7 +106,7 @@ public function __construct( $parent ) {
$this->base_uri_abs = get_site_url( null, $this->base_uri_rel );

$this->name = 'taxonomy-field';
$this->title = __( 'Taxonomy', $this->l10n_doamin );
$this->title = __( 'Taxonomy', $this->l10n_domain );

add_action( 'admin_print_scripts', array( &$this, 'admin_print_scripts' ), 12, 0 );
add_action( 'admin_print_styles', array( &$this, 'admin_print_styles' ), 12, 0 );
Expand Down

0 comments on commit 7b2144d

Please sign in to comment.