Changeset 734791
- Timestamp:
- 07/01/2013 08:41:24 PM (13 years ago)
- File:
-
- 1 edited
-
rj-quickcharts/trunk/media/init.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rj-quickcharts/trunk/media/init.php
r734790 r734791 18 18 public function register_my_custom_menu_page() 19 19 { 20 if (current_user_can('edit_others_posts')) {20 //if (current_user_can('edit_others_posts')) { 21 21 add_menu_page( 22 22 'RJ Quickcharts', … … 42 42 'rj-quickcharts/admin/rjqc-admin-new.php' 43 43 ); 44 }44 //} 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.