1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 13:45:35 +03:00

updating references in comments and in code to the plugin class files and plugin files

related #48
This commit is contained in:
Tom McFarlin 2013-05-15 10:02:10 -04:00
parent cf9fdceac3
commit 5cf899c20b
2 changed files with 5 additions and 4 deletions

View file

@ -93,6 +93,7 @@ class PluginName {
* @return object A single instance of this class.
*/
public static function get_instance() {
// If the single instance hasn't been set, set it now.
if ( null == self::$instance ) {
self::$instance = new self;