Plugin Directory

Changeset 2880134


Ignore:
Timestamp:
03/15/2023 12:39:50 AM (3 years ago)
Author:
raphaelheide
Message:

Tested in WordPress 6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meu-astro-horoscopo/trunk/meuastro.php

    r2305296 r2880134  
    55Plugin URI:
    66Description: Horóscopo em tempo real Meu Astro
    7 Version: 1.1
     7Version: 1.2
    88Author: Raphael Heide
    99License: GPL2
    10 Copyright 2017 Raphael Heide (email : contato@agenciadesigno.com)
     10Copyright 2017 Raphael Heide (email : contact@raphaelheide.com)
    1111This program is free software; you can redistribute it and/or modify
    1212it under the terms of the GNU General Public License, version 2, as
     
    3434    function __construct()
    3535    {
    36         parent::__construct('meuastroWidget', __('Horóscopo', 'meuastro' ), array ('description' => __( 'Este plugin mostra em seu site o Horóscopo diário atualizado.', 'meuastro')));
     36        parent::__construct('meuastroWidget', __('Horóscopo', 'meuastro' ), array ('description' => __( 'Este plugin mostra em seu site o Horóscopo diário atualizado em Português.', 'meuastro')));
    3737    }
    3838    function form($instance)
Note: See TracChangeset for help on using the changeset viewer.