This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( ! defined( 'ABSPATH' ) ) exit; | |
class Codetot_Api { | |
/** | |
* Singleton instance | |
* | |
* @var Codetot_Api | |
*/ | |
private static $instance; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wpml-config> | |
<admin-texts> | |
<key name="postratings_template_vote" /> | |
<key name="postratings_template_text" /> | |
<key name="postratings_template_none" /> | |
<key name="postratings_ratingstext"> | |
<key name="0" /> | |
<key name="1" /> | |
<key name="2" /> | |
<key name="3" /> |
NewerOlder