Plugin Directory

Changeset 1160820


Ignore:
Timestamp:
05/14/2015 10:55:14 PM (11 years ago)
Author:
GZep
Message:

Version 1.1

Location:
footer-code/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • footer-code/trunk/footer-code.php

    r1115142 r1160820  
    55Plugin URI: http://gzep.ru/footer-code-wordpress-plugin/
    66Description: Simplest plugin that allow to inject any code into footer of a web page.
    7 Version: 1.0
     7Version: 1.1
    88Author: Gaiaz Iusipov
    99Author URI: http://gzep.ru
  • footer-code/trunk/languages/footer-code-ru_RU.po

    r1115142 r1160820  
    33"Project-Id-Version: \n"
    44"POT-Creation-Date: 2015-03-14 00:12+0300\n"
    5 "PO-Revision-Date: 2015-03-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"
    77"Language-Team: \n"
    88"Language: ru_RU\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 1.7.4\n"
     12"X-Generator: Poedit 1.7.5\n"
    1313"X-Poedit-Basepath: .\n"
    1414"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
     
    1717#: ../options.php:25 ../options.php:41
    1818msgid "Footer Code"
    19 msgstr ""
     19msgstr "Код footer"
    2020
    2121#: ../options.php:34
  • footer-code/trunk/options.php

    r1115142 r1160820  
    3838    public function admin_page()
    3939    {
    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">';
    4343        do_settings_sections('footer-code-admin');
    4444        settings_fields('footer_code_option_group');
  • footer-code/trunk/readme.txt

    r1115142 r1160820  
    22Contributors: GZep
    33Donate link: http://gzep.ru/donate/
    4 Tags: footer, code, inject, insert
     4Tags: footer, code, inject, insert, metrika, analytics
    55Requires at least: 4.0
    6 Tested up to: 4.1.1
     6Tested up to: 4.2.2
    77Stable tag: trunk
    88License: MIT
Note: See TracChangeset for help on using the changeset viewer.