Plugin Directory

Changeset 2882159


Ignore:
Timestamp:
03/17/2023 07:47:55 PM (3 years ago)
Author:
raphaelheide
Message:

Upsdate version

File:
1 edited

Legend:

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

    r2880134 r2882159  
    55Plugin URI:
    66Description: Horóscopo em tempo real Meu Astro
    7 Version: 1.2
     7Version: 1.3
    88Author: Raphael Heide
    99License: GPL2
     
    8080
    8181
    82 add_action( 'widgets_init', create_function('', 'return register_widget("meuastroWidget");') );
     82// STOPS on 8.0
     83// add_action( 'widgets_init', create_function('', 'return register_widget("meuastroWidget");') );
     84
     85// Works on 8.0+
     86add_action( 'widgets_init', function() { return register_widget("meuastroWidget"); } );
    8387
    8488?>
Note: See TracChangeset for help on using the changeset viewer.