Plugin Directory

Changeset 492043

Timestamp:
01/19/2012 11:31:03 AM (13 years ago)
Author:
snilesh
Message:
 
Location:
wp-pagenavi-style/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-pagenavi-style/trunk/readme.txt

    r482088 r492043  
    7171
    7272== Changelog ==
     73
     74
     75
    7376= 1.1 =
    7477* Removed CSS errors.
  • wp-pagenavi-style/trunk/wp-pagenavi-style.php

    r482085 r492043  
    22/*
    33Plugin Name: Wp Pagenavi Style
    4 Version: 1.2
     4Version: 1.
    55Description: Adds Style options for most popular wordpress pagination plugin wp-pagenavi.
    66Author: Neel
     
    8484function wp_pn_style_admin_menu()
    8585{
    86     $level = 'level_7';
     86    $level = '';
    8787    add_menu_page('PageNavi Style', 'PageNavi Style', $level, __FILE__, 'wp_pn_style_options_page',WP_PAGENAVI_STYLE_PATH.'images/icon.png');
    8888}
Note: See TracChangeset for help on using the changeset viewer.