Fix textdomain

This commit is contained in:
Hoang Huu
2019-12-13 12:18:33 +07:00
parent 429d838bb3
commit 87c00e4809
3 changed files with 529 additions and 456 deletions

View File

@@ -34,7 +34,7 @@ class Opalestate_Agency_Query extends OpalEstate_Abstract_Query {
$defaults = array(
'output' => 'collection',
'post_type' => array( 'opaljob_job' ),
'post_type' => array( 'opalestate_agency' ),
'number' => 20,
'offset' => 0,
'paged' => 1,
@@ -239,4 +239,4 @@ class Opalestate_Agency_Query extends OpalEstate_Abstract_Query {
return new WP_Query( $args );
}
}
}