Skip to content
Snippets Groups Projects
Select Git revision
  • 9936ccb234ef350aa66732d43fdbf311007c33e1
  • master default protected
  • feat/npm-publish
  • feat/demo-deploy
  • change-demo-deploy
  • remove-smoke
  • feat/acceptance-tests
  • feature/deploy-composer.json
  • feature/mysql-bin-logs
  • skip-codecept-for-libs
  • include-composer-json
  • exclude-wp-assets
  • update_codecept_image
  • fix/silenced-copy
  • remove-free-translations
  • codeception-with-optional-step
  • improve-parallelization
  • linter-exit
  • change-images
  • fix/linter
  • globally-raise-mem-limit
  • no-symlink2
22 results

gitlab-ci-shop.yml

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();
    }