Plugin Directory

Changeset 1905111


Ignore:
Timestamp:
07/06/2018 09:39:21 AM (8 years ago)
Author:
rudijuri
Message:

Bug fix minori

Location:
gestiolex/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gestiolex/trunk/gestiolex.php

    r1905095 r1905111  
    33Plugin Name: Gestiolex
    44Plugin URI: http://www.gestiolex.it
    5 Version: 1.3.8
     5Version: 1.3.9
    66Description: Gestionale per l'avvocato.
    77Author: Juri Rudi
     
    234234function gestiolex_content_post($content){
    235235    $content = $content."<br><br><span style='float:right'><a href='".GESTIOLEX_URL."pages/home.php' title='Accedi a Gestiolex'><img src='".GESTIOLEX_URL."gestiolex_logo.png' width='20px' /></a></span>";
    236     echo $content;
     236    return $content;
    237237}
    238238add_action('the_content', 'gestiolex_content_post');
  • gestiolex/trunk/readme.txt

    r1905095 r1905111  
    55Requires at least: 4.0
    66Tested up to: 4.9.8
    7 Stable tag: 1.3.8
     7Stable tag: 1.3.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    23233. visualizzare le statistiche delle pratiche e del fatturato.
    2424
    25 Per ulteriori informazioni, leggi il [manuale d'uso](https://gestiolex.it/).
     25Per ulteriori informazioni, visita il [sito ufficiale](https://gestiolex.it/).
    2626
    2727== Installazione ==
Note: See TracChangeset for help on using the changeset viewer.