Capability Bug in line 252 and 256?
-
Custom_permalinks 0.7.20. – 0.8
line 252
remove_filter( 'request', 'custom_permalinks_request', 'edit_files', 1 );
line 256
add_filter( 'request', 'custom_permalinks_request', 'edit_files', 1 );
Capability “edit_files” or what should this be? this is not needed for add_filter and remove_filter. Change it back to
remove_filter( 'request', 'custom_permalinks_request', 10, 1 ); add_filter( 'request', 'custom_permalinks_request', 10, 1 );
like it was til 0.7.19.
Regards,
RS-Systems
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Capability Bug in line 252 and 256?’ is closed to new replies.