Changeset 2062
- Timestamp:
- 11/09/2015 12:51:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/glotpress-translate-bridge/glotpress-translate-bridge.php
r1925 r2062 71 71 * @return object 72 72 */ 73 public function instance() {73 static public function instance() { 74 74 if ( is_null( self::$instance ) ) { 75 75 $class = __CLASS__;
Note: See TracChangeset
for help on using the changeset viewer.