Skip to content

Commit

Permalink
Update tiny-gemini-ai-writer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bandid authored Jul 11, 2024
1 parent 2bdaafc commit c35f449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiny-gemini-ai-writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Tiny Gemini AI Writer
Plugin URI: https://github.com/bandid/tiny-gemini-ai-writer
Description: A simple and lightweight AI article writer plugin for WordPress that uses Google Gemini.
Description: A simple AI article writer for WordPress that uses the Google Gemini API.
Version: 1.0
Author: Daniel Bandi
Author URI: https://github.com/bandid
Expand All @@ -22,7 +22,7 @@ function tiny_gemini_ai_writer_menu() {
'manage_options', // Capability
'tiny-gemini-ai-writer', // Menu slug
'tiny_gemini_ai_writer_page', // Function
'dashicons-analytics', // Icon URL (Dashicons or custom URL)
'dashicons-text', // Icon URL (Dashicons or custom URL)
$menu_position // Position
);
add_submenu_page(
Expand Down

0 comments on commit c35f449

Please sign in to comment.