Changeset 5339 for sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/class-plugin.php
- Timestamp:
- 04/15/2017 03:01:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/class-plugin.php
r4110 r5339 6 6 7 7 /** 8 * @var Plugin The singleton instance.8 * @var \WordPressdotorg\Rosetta\Plugin The singleton instance. 9 9 */ 10 10 private static $instance; … … 20 20 * Returns always the same instance of this plugin. 21 21 * 22 * @return Plugin22 * @return \WordPressdotorg\Rosetta\Plugin 23 23 */ 24 24 public static function get_instance() {
Note: See TracChangeset
for help on using the changeset viewer.