Can this string be altered?
-
I am attempting to alter the following:
if (false == $this->main_options['disable_signup_login_notice']) { $form .= '<p><strong>'.apply_filters( 'pta_sus_public_output', __('If you have an account, it is strongly recommended that you <em style="text-decoration:underline;">login before you sign up</em> so that you can view and edit all your signups.', 'pta_volunteer_sus'), 'signup_login_notice' ).'</strong></p>'; }
If I understand correctly, then the Original String is:
If you have an account, it is strongly recommended that you login before you sign up so that you can view and edit all your signups.The Text Domain is:
pta_volunteer_susThe Text Context is:
~blank~And the Replacement String is :
Anything I type here.Unfortunately, I must have one of the above fields filled out incorrectly as I can’t seem to figure out how to get it working ??
Any help would be appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can this string be altered?’ is closed to new replies.