Merge pull request #1708 from ultimatemember/fix/typo

Small typo fix
This commit is contained in:
Mykyta Synelnikov
2025-06-18 13:26:51 +03:00
committed by GitHub
+1 -1
View File
@@ -403,7 +403,7 @@ if ( ! class_exists( 'um\core\Shortcodes' ) ) {
public function um_loggedin( $args = array(), $content = '' ) {
$args = shortcode_atts(
array(
'lock_text' => __( 'This content has been restricted to logged-in users only. Please <a href="{login_referrer}">login</a> to view this content.', 'ultimate-member' ),
'lock_text' => __( 'This content has been restricted to logged-in users only. Please <a href="{login_referrer}">log in</a> to view this content.', 'ultimate-member' ),
'show_lock' => 'yes',
),
$args,