Created
August 28, 2014 09:37
-
-
Save thierrypigot/00f07fe72d27c934dd91 to your computer and use it in GitHub Desktop.
Translate WordPress plugin Headers
This file contains 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 | |
/** | |
* Plugin Name: Thierry Pigot - A awesome plugin! | |
* Plugin URI: http://www.thierry-pigot.fr/tutoriel/722/traduire-header-plugin-wordpress/ | |
* Description: A brief description of the Plugin. | |
* Version:1.0 | |
* Author: Thierry Pigot | |
* Author URI: http://www.thierry-pigot.fr/ | |
* License: GPL2 | |
* Text Domain: tp-test | |
* Domain Path: /languages | |
*/ | |
__( 'Thierry Pigot - A awesome plugin!', 'tp-test' ); | |
__( 'A brief description of the Plugin.', 'tp-test' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment