Update textdomain
This commit is contained in:
@@ -165,7 +165,7 @@ class OpalEstate_User {
|
||||
$link = get_edit_post_link( $agency_id );
|
||||
?>
|
||||
<div id="message" class="updated fade">
|
||||
<p><?php echo sprintf( esc_html__( 'This user has role <strong>Opal Estate Agency</strong> and click here to <a target="_blank" href="%s">update Agency profile</a>',
|
||||
<p><?php echo sprintf( __( 'This user has role <strong>Opal Estate Agency</strong> and click here to <a target="_blank" href="%s">update Agency profile</a>',
|
||||
'opalestate-pro' ), $link ); ?></p>
|
||||
</div>
|
||||
<?php elseif ( in_array( 'opalestate_agent', $roles ) ) :
|
||||
@@ -176,7 +176,7 @@ class OpalEstate_User {
|
||||
$link = get_edit_post_link( $agent_id );
|
||||
?>
|
||||
<div id="message" class="updated fade">
|
||||
<p><?php echo sprintf( esc_html__( 'This user has role <strong>Opal Estate Agent</strong> and click here to <a target="_blank" href="%s">update Agent profile</a>',
|
||||
<p><?php echo sprintf( __( 'This user has role <strong>Opal Estate Agent</strong> and click here to <a target="_blank" href="%s">update Agent profile</a>',
|
||||
'opalestate-pro' ), $link ); ?></p>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user