Changeset 1160820
- Timestamp:
- 05/14/2015 10:55:14 PM (11 years ago)
- Location:
- footer-code/trunk
- Files:
-
- 5 edited
-
footer-code.php (modified) (1 diff)
-
languages/footer-code-ru_RU.mo (modified) (previous)
-
languages/footer-code-ru_RU.po (modified) (3 diffs)
-
options.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
footer-code/trunk/footer-code.php
r1115142 r1160820 5 5 Plugin URI: http://gzep.ru/footer-code-wordpress-plugin/ 6 6 Description: Simplest plugin that allow to inject any code into footer of a web page. 7 Version: 1. 07 Version: 1.1 8 8 Author: Gaiaz Iusipov 9 9 Author URI: http://gzep.ru -
footer-code/trunk/languages/footer-code-ru_RU.po
r1115142 r1160820 3 3 "Project-Id-Version: \n" 4 4 "POT-Creation-Date: 2015-03-14 00:12+0300\n" 5 "PO-Revision-Date: 2015-0 3-18 13:59+0300\n"6 "Last-Translator: \n"5 "PO-Revision-Date: 2015-05-15 01:52+0300\n" 6 "Last-Translator: Gaiaz Iusipov <[email protected]>\n" 7 7 "Language-Team: \n" 8 8 "Language: ru_RU\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 1.7. 4\n"12 "X-Generator: Poedit 1.7.5\n" 13 13 "X-Poedit-Basepath: .\n" 14 14 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" … … 17 17 #: ../options.php:25 ../options.php:41 18 18 msgid "Footer Code" 19 msgstr " "19 msgstr "Код footer" 20 20 21 21 #: ../options.php:34 -
footer-code/trunk/options.php
r1115142 r1160820 38 38 public function admin_page() 39 39 { 40 echo '<div class="wrap"><h2>' ;41 _e('Footer Code', self::DOMAIN);42 echo'</h2><form method="post" action="options.php">';40 echo '<div class="wrap"><h2>' 41 . __('Footer Code', self::DOMAIN) 42 . '</h2><form method="post" action="options.php">'; 43 43 do_settings_sections('footer-code-admin'); 44 44 settings_fields('footer_code_option_group'); -
footer-code/trunk/readme.txt
r1115142 r1160820 2 2 Contributors: GZep 3 3 Donate link: http://gzep.ru/donate/ 4 Tags: footer, code, inject, insert 4 Tags: footer, code, inject, insert, metrika, analytics 5 5 Requires at least: 4.0 6 Tested up to: 4. 1.16 Tested up to: 4.2.2 7 7 Stable tag: trunk 8 8 License: MIT
Note: See TracChangeset
for help on using the changeset viewer.