You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shiva Poudel edited this page May 29, 2019
·
2 revisions
Use everest-forms textdomain in all strings.
When using dynamic strings in printf/sprintf, if you are replacing > 1 string use numbered args. e.g. Test %s string %s. would be Test %1$s string %2$s.
Use sentence case. e.g. Some Thing should be Some thing.
Avoid HTML. If needed, insert the HTML using sprintf.