Ticket #2714: 2714.patch
File 2714.patch, 1.3 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
12 12 class Status_Transitions { 13 13 14 14 /** 15 * Fetch the instance of the Status 15 * Fetch the instance of the Status_Transitions class. 16 16 */ 17 17 public static function instance() { 18 18 static $instance = null; -
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/tools/class-author-cards.php
12 12 class Author_Cards { 13 13 14 14 /** 15 * Fetch the instance of the Author_Card class.15 * Fetch the instance of the Author_Cards class. 16 16 */ 17 17 public static function instance() { 18 18 static $instance = null;