awesomemotive / wpforms-phpcs

PHP Coding Standards used by the WPForms team.
https://wpforms.com
GNU General Public License v2.0
11 stars 1 forks source link

Translators description #5

Closed wppunk closed 2 years ago

wppunk commented 3 years ago

Description

/* translators: %s - link to documentation. */

Tested code

Correct: /* translators: %s - link to documentation. */

Incorrect: /* translators: */ // translators: %s - link to documentation. /* translators: %s - link to documentation */