Changeset 5440
- Timestamp:
- 04/29/2017 08:54:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-i18n.php
r5439 r5440 20 20 21 21 /** 22 * Project slug of the parent project. 23 * 24 * @link https://translate.wordpress.org/projects/wp-plugins 25 * 22 26 * @var string 23 27 */ 24 public $master_project ;28 public $master_project = 'wp-plugins'; 25 29 26 30 /**
Note: See TracChangeset
for help on using the changeset viewer.