Plugin Directory

Changeset 3168578


Ignore:
Timestamp:
10/14/2024 12:48:47 PM (18 months ago)
Author:
wpdever
Message:

fixed audio function error

Location:
wp-notification-bell/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-notification-bell/trunk/readme.txt

    r3168115 r3168578  
    11===  WP Notification Bell ===
    2 Contributors: wpdever
     2Contributors: wpdever, freemius
    33Tags: notifications, woocommerce, bbpress, buddypress, alert, live, message, comments, ajax, dokan, woocommerce notifications
    44Requires at least: 4.0
    55Tested up to: 6.6
    6 Stable tag: 1.3.32
     6Stable tag: 1.3.33
    77Requires PHP: 5.6
    88License: GPLv2 or later
  • wp-notification-bell/trunk/wp-notification-bell.php

    r3168115 r3168578  
    55 * Plugin URI: https://wpsimpleplugins.wordpress.com/documentation/
    66 * Description: On-site notification system.
    7  * Version: 1.3.32
     7 * Version: 1.3.33
    88 * Author: SPlugins
    99 * Author URI: https://wpsimpleplugins.wordpress.com/documentation/
     
    127127
    128128    add_action( 'init', 'wnbell_plugin_init' );
    129     // add_action('wp_head', 'wnbell_add_audio__premium_only');
    130     add_action( 'wp_footer', 'wnbell_add_audio__premium_only' );
    131129    wnbell_fs()->add_action( 'after_uninstall', 'wnbell_fs_uninstall_cleanup' );
    132130    function wnbell_fs_uninstall_cleanup() {
Note: See TracChangeset for help on using the changeset viewer.