7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
|
|
class WPML_Manage_Translations_Role {
|
|
const CAPABILITY = 'manage_translations';
|
|
|
|
}
|