Plugin Directory

Changeset 734791


Ignore:
Timestamp:
07/01/2013 08:41:24 PM (13 years ago)
Author:
randyjensen
Message:

only admins and authors can see plugin now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rj-quickcharts/trunk/media/init.php

    r734790 r734791  
    1818        public function register_my_custom_menu_page()
    1919        {
    20             if (current_user_can('edit_others_posts')) {
     20            //if (current_user_can('edit_others_posts')) {
    2121                add_menu_page(
    2222                    'RJ Quickcharts',
     
    4242                    'rj-quickcharts/admin/rjqc-admin-new.php'
    4343                );
    44             }
     44            //}
    4545        }
    4646
Note: See TracChangeset for help on using the changeset viewer.