mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Refactoring
This commit is contained in:
parent
ae8f7446af
commit
033145bc47
28 changed files with 171 additions and 214 deletions
|
@ -16,7 +16,7 @@ class MainWP_Keyword_Links {
|
|||
|
||||
static function instance() {
|
||||
if ( null === self::$instance ) {
|
||||
self::$instance = new MainWP_Keyword_Links();
|
||||
self::$instance = new self();
|
||||
}
|
||||
|
||||
return self::$instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue