Changeset 2275 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-rosetta-roles/wporg-gp-rosetta-roles.php
- Timestamp:
- 01/12/2016 03:01:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-rosetta-roles/wporg-gp-rosetta-roles.php
r2262 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Tie roles on Rosetta sites directly into translate.wordpress.org. 4 * Plugin author: nacin, ocean90 3 * Plugin name: GlotPress: Rosetta Roles 4 * Description: Ties roles on Rosetta sites directly into translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 … … 20 24 */ 21 25 public $id = 'wporg-rosetta-roles'; 22 23 /**24 * Holds the role of an approver.25 *26 * @var string27 */28 public $approver_role = 'translation_editor';29 26 30 27 /**
Note: See TracChangeset
for help on using the changeset viewer.