Plugin Directory

Changeset 3376835


Ignore:
Timestamp:
10/12/2025 05:42:26 AM (6 months ago)
Author:
cifi
Message:

Small bugs fixed

Location:
ask-ai-contentlook/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ask-ai-contentlook/trunk/admin.php

    r3376833 r3376835  
    336336            $site_url = home_url();
    337337
    338             $oauth_nonce = md5(mt_rand(111111,999999));
     338            $oauth_nonce = md5(wp_rand(111111,999999));
    339339            set_transient('oauth_nonce', $oauth_nonce, 3600);
    340340
  • ask-ai-contentlook/trunk/ask-ai-contentlook.php

    r3376833 r3376835  
    11<?php
    22/*
    3  * Plugin Name: Ask AI
    4  * Description: Ask AI is a powerful WordPress plugin that integrates AI-powered search capabilities into your website.
     3 * Plugin Name: Ask AI ContentLook
     4 * Description: Ask AI ContentLook is a powerful WordPress plugin that integrates AI-powered search capabilities into your website.
    55 * Version: 1.8
    66 * Author: Squirrly
  • ask-ai-contentlook/trunk/readme.txt

    r3376833 r3376835  
    1 === Ask AI by ContentLook ===
     1=== Ask AI ContentLook ===
    22Contributors: cifi, calinvingan
    33Tags: ask ai, ai search, ai chatbot, openai, search
Note: See TracChangeset for help on using the changeset viewer.