mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-05-09 07:19:08 +03:00
Finalizing code for beta
* Updating DocBlocks * Fixing typos * Adjusting whitespace
This commit is contained in:
parent
6782bb5ec3
commit
4d6a0dfa3e
7 changed files with 27 additions and 28 deletions
plugin-name/trunk/includes
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Define the internationalization functionality.
|
||||
* Define the internationalization functionality
|
||||
*
|
||||
* Loads and defines the internationalization files for this plugin
|
||||
* so that its ready for translation.
|
||||
|
@ -27,11 +27,11 @@
|
|||
class Plugin_Name_i18n {
|
||||
|
||||
/**
|
||||
* Short Description. (use period)
|
||||
* The domain specified for this plugin.
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @access private
|
||||
* @var type $domain Description.
|
||||
* @var string $domain The domain identifier for this plugin.
|
||||
*/
|
||||
private $domain;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue