Plugin Directory

Changeset 2226298

Timestamp:
01/13/2020 07:42:01 AM (5 years ago)
Author:
igmoweb
Message:

tagging version 1.3

Location:
append-or-prepend-content
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • append-or-prepend-content/trunk/app-prep-content.php

    r2090814 r2226298  
    55 * Description: Add content before or after every post, page or Custom Post Type
    66 * Plugin URI: https://wordpress.org/plugins/app-prep-content
    7  * Version: 1.2.0
     7 * Version: 1..0
    88 * Author: igmoweb
    99 * Author URI: http://igmoweb.com
     
    7171            }
    7272        }
     73
     74
     75
     76
     77
     78
    7379        $prepend = get_option( 'prepend_' . $post_type, '' );
    7480        $append  = get_option( 'append_' . $post_type, '' );
  • append-or-prepend-content/trunk/class-apporprepp-admin.php

    r2090806 r2226298  
    6767
    6868            add_settings_field(
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
    6981                'apporprep_separator_' . $post_type,
    7082                '',
     
    89101                'writing',
    90102                'display_in_archive_' . $post_type,
     103
     104
     105
     106
     107
     108
    91109                array( $this, 'validate_display' )
    92110            );
     
    148166
    149167    /**
     168
     169
     170
     171
     172
     173
     174
     175
     176
     177
     178
     179
     180
    150181     * Render append option textarea.
    151182     *
  • append-or-prepend-content/trunk/languages/apporprepp-es_ES.po

    r2090806 r2226298  
    55"Project-Id-Version: Append or Prepend Content 1.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/app-prep-content\n"
    7 "POT-Creation-Date: 2019-05-19 14:28:20+00:00\n"
     7"POT-Creation-Date: 20+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2019-05-19 14:35+0000\n"
     11"PO-Revision-Date: 20+0000\n"
    1212"Last-Translator: admin <admin@local.test>\n"
    1313"Language-Team: Spanish (Spain)\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    16 "Language: es_ES"
     16"Language: es_ES\n"
     17"X-Loco-Version: 2.3.1; wp-5.4-alpha-47065"
    1718
    1819#: build/class-apporprepp-admin.php:21 class-apporprepp-admin.php:21
    1920#: svn/tags/1.0/admin.php:15 svn/tags/1.1/admin.php:15
    20 #: svn/tags/1.1.1/admin.php:15 svn/trunk/admin.php:15
     21#: svn/tags/1.1.1/admin.php:15 svn/tags/1.2.0/class-apporprepp-admin.php:21
     22#: svn/trunk/class-apporprepp-admin.php:21
    2123msgid "Append or Prepend Content Settings"
    2224msgstr "Opciones de Append o Prepend Content"
    2325
    24 #: build/class-apporprepp-admin.php:102 class-apporprepp-admin.php:102
     26#: build/class-apporprepp-admin.php:102 class-apporprepp-admin.php:1
    2527#: svn/tags/1.0/admin.php:61 svn/tags/1.1/admin.php:61
    26 #: svn/tags/1.1.1/admin.php:61 svn/trunk/admin.php:61
     28#: svn/tags/1.1.1/admin.php:61 svn/tags/1.2.0/class-apporprepp-admin.php:102
     29#: svn/trunk/class-apporprepp-admin.php:102
    2730msgid ""
    2831"Allows you to append or prepend content to any Post Type on your site. "
     
    4346msgid "Add content before or after every post, page or Custom Post Type"
    4447msgstr ""
    45 "Agrega contenido antes o después de cada entrada, página o Tipo de Post "
     48"Agrega contenido antes o después de cada entrada, página o ipo de Post "
    4649"Personalizado"
    4750
     
    5659#: build/class-apporprepp-admin.php:36 class-apporprepp-admin.php:36
    5760#: svn/tags/1.0/admin.php:28 svn/tags/1.1/admin.php:28
    58 #: svn/tags/1.1.1/admin.php:28 svn/trunk/admin.php:28
     61#: svn/tags/1.1.1/admin.php:28 svn/tags/1.2.0/class-apporprepp-admin.php:36
     62#: svn/trunk/class-apporprepp-admin.php:36
    5963msgctxt "%s is the post type"
    6064msgid "Prepend content to %s"
     
    6367#: build/class-apporprepp-admin.php:48 class-apporprepp-admin.php:48
    6468#: svn/tags/1.0/admin.php:37 svn/tags/1.1/admin.php:37
    65 #: svn/tags/1.1.1/admin.php:37 svn/trunk/admin.php:37
     69#: svn/tags/1.1.1/admin.php:37 svn/tags/1.2.0/class-apporprepp-admin.php:48
     70#: svn/trunk/class-apporprepp-admin.php:48
    6671msgctxt "%s is the post type"
    6772msgid "Append content to %s"
     
    7075#. translators: %s is the post type.
    7176#: build/class-apporprepp-admin.php:60 class-apporprepp-admin.php:60
     77
     78
    7279msgctxt "%s is the post type"
    7380msgid "Display content for %s in the archive, search or author pages"
    7481msgstr ""
    75 "Muestra contenido para el tipo %s en las páginas de archivo búsqueda o "
     82"Muestra contenido para el tipo %s en las páginas de archivo búsqueda o "
    7683"páginas de autor"
     84
     85
     86
     87
     88
     89
  • append-or-prepend-content/trunk/languages/apporprepp.pot

    r2090814 r2226298  
    1 # Copyright (C) 2019 igmoweb
     1# Copyright (C) 20 igmoweb
    22# This file is distributed under the GPLv2 or later (license.txt).
    33msgid ""
     
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/append-or-prepend-content\n"
    8 "POT-Creation-Date: 2019-05-19 15:04:17+00:00\n"
     8"POT-Creation-Date: 20+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 20-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
     
    1818#: svn/tags/1.0/admin.php:15 svn/tags/1.1/admin.php:15
    1919#: svn/tags/1.1.1/admin.php:15 svn/tags/1.2.0/class-apporprepp-admin.php:21
     20
    2021msgid "Append or Prepend Content Settings"
    2122msgstr ""
    2223
    23 #: build/class-apporprepp-admin.php:102 class-apporprepp-admin.php:102
     24#: build/class-apporprepp-admin.php:102 class-apporprepp-admin.php:1
    2425#: svn/tags/1.0/admin.php:61 svn/tags/1.1/admin.php:61
    2526#: svn/tags/1.1.1/admin.php:61 svn/tags/1.2.0/class-apporprepp-admin.php:102
     27
    2628msgid ""
    2729"Allows you to append or prepend content to any Post Type on your site. "
     
    5254#: svn/tags/1.0/admin.php:28 svn/tags/1.1/admin.php:28
    5355#: svn/tags/1.1.1/admin.php:28 svn/tags/1.2.0/class-apporprepp-admin.php:36
     56
    5457#. translators: %s is the post type.
    5558msgctxt "%s is the post type"
     
    6063#: svn/tags/1.0/admin.php:37 svn/tags/1.1/admin.php:37
    6164#: svn/tags/1.1.1/admin.php:37 svn/tags/1.2.0/class-apporprepp-admin.php:48
     65
    6266#. translators: %s is the post type.
    6367msgctxt "%s is the post type"
     
    6771#: build/class-apporprepp-admin.php:60 class-apporprepp-admin.php:60
    6872#: svn/tags/1.2.0/class-apporprepp-admin.php:60
     73
    6974#. translators: %s is the post type.
    7075msgctxt "%s is the post type"
    7176msgid "Display content for %s in the archive, search or author pages"
    7277msgstr ""
     78
     79
     80
     81
     82
     83
  • append-or-prepend-content/trunk/readme.txt

    r2090814 r2226298  
    33Tags: content,posts,custom post type
    44Requires at least: 4.0
    5 Tested up to: 5.2.1
    6 Stable tag: 1.2.0
     5Tested up to: 5.
     6Stable tag: 1..0
    77License: GPLv2 or later
    88
    9 Add content before or after every post, page or Custom Post Type
     9Add content before or after every post, page or Custom Post Type
    1010
    1111== Description ==
     
    2222
    2323== Changelog ==
     24
     25
     26
    2427= 1.2 =
    2528Added option to display/hide content in archive pages
Note: See TracChangeset for help on using the changeset viewer.