Changeset 2847931
- Timestamp:
- 01/13/2023 01:15:24 PM (3 years ago)
- File:
-
- 1 edited
-
chat-support/trunk/ChatSupport.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chat-support/trunk/ChatSupport.php
r2847929 r2847931 109 109 */ 110 110 111 add_action( 'wp_footer', ' add_chat_support' );111 add_action( 'wp_footer', 'chat_support_add' ); 112 112 113 function add_chat_support(){113 function chat_support_add(){ 114 114 ?> 115 115
Note: See TracChangeset
for help on using the changeset viewer.