Changeset 453533
- Timestamp:
- 10/20/2011 06:34:22 PM (14 years ago)
- Location:
- buysellads/trunk
- Files:
-
- 2 edited
-
libraries/bsa.plugin.class.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buysellads/trunk/libraries/bsa.plugin.class.php
r405028 r453533 81 81 { 82 82 global $bsa_lang; 83 84 if (!current_user_can('activate_plugins')) 85 { 86 wp_die(__('You do not have sufficient permissions to access this page.')); 87 } 83 88 84 89 if( isset($_POST[ 'option_values' ]) && $_POST[ 'option_values' ] == 'save' ) -
buysellads/trunk/readme.txt
r453059 r453533 41 41 42 42 = 2.3.2 = 43 * Only allow Admin level users or greater to view and edit the plugin settings 43 44 * Remove an unnecessary trim call 44 45 * Add rel='nofollow' to RSS links
Note: See TracChangeset
for help on using the changeset viewer.