Making WordPress.org


Ignore:
Timestamp:
04/15/2017 03:01:20 PM (8 years ago)
Author:
ocean90
Message:

Rosetta: Add admin page to manage locale associations.

See #2003.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/class-plugin.php

    r4110 r5339  
    66
    77    /**
    8      * @var Plugin The singleton instance.
     8     * @var \WordPressdotorg\Rosetta\Plugin The singleton instance.
    99     */
    1010    private static $instance;
     
    2020     * Returns always the same instance of this plugin.
    2121     *
    22      * @return Plugin
     22     * @return \WordPressdotorg\Rosetta\Plugin
    2323     */
    2424    public static function get_instance() {
Note: See TracChangeset for help on using the changeset viewer.