Plugin Directory

Changeset 2847931


Ignore:
Timestamp:
01/13/2023 01:15:24 PM (3 years ago)
Author:
peppecotrox
Message:

Better Code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chat-support/trunk/ChatSupport.php

    r2847929 r2847931  
    109109 */
    110110
    111  add_action( 'wp_footer', 'add_chat_support' );
     111 add_action( 'wp_footer', 'chat_support_add' );
    112112
    113 function add_chat_support(){
     113function chat_support_add(){
    114114  ?>
    115115
Note: See TracChangeset for help on using the changeset viewer.