Skip to content
Snippets Groups Projects
Select Git revision
  • update-setup
  • master default protected
  • fix/woo-stubs-dir
  • default-packages
  • use-internal-packages
  • feature/wpdesk-cs
  • 2.5.3
  • 2.5.2
  • 2.5.1
  • 2.5.0
  • 2.4.2
  • 2.4.1
  • 2.4.0
  • 2.3
  • 2.2.1
  • 2.2
  • 2.1
  • 2.0
  • 1.10.15
  • 1.10.12
  • 1.10.8
  • 1.10.7
  • 1.10.6
  • 1.10.5
  • 1.10.3
  • 1.10.2
26 results

package-lock.json

Blame
  • Translatable.php 206 B
    <?php
    
    /**
     * Have info about textdomain - how to translate texts
     *
     * have to be compatible with PHP 5.2.x
     */
    interface WPDesk_Translatable  {
    	/** @return string */
    	public function get_text_domain();
    }