Changeset 2880134
- Timestamp:
- 03/15/2023 12:39:50 AM (3 years ago)
- File:
-
- 1 edited
-
meu-astro-horoscopo/trunk/meuastro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meu-astro-horoscopo/trunk/meuastro.php
r2305296 r2880134 5 5 Plugin URI: 6 6 Description: Horóscopo em tempo real Meu Astro 7 Version: 1. 17 Version: 1.2 8 8 Author: Raphael Heide 9 9 License: GPL2 10 Copyright 2017 Raphael Heide (email : conta to@agenciadesigno.com)10 Copyright 2017 Raphael Heide (email : contact@raphaelheide.com) 11 11 This program is free software; you can redistribute it and/or modify 12 12 it under the terms of the GNU General Public License, version 2, as … … 34 34 function __construct() 35 35 { 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'))); 37 37 } 38 38 function form($instance)
Note: See TracChangeset
for help on using the changeset viewer.