first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class WPML_Manage_Translations_Role {
|
||||
const CAPABILITY = 'manage_translations';
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class WPML_Translator_Role {
|
||||
const CAPABILITY = 'translate';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user