• Problem with bulk_actions()
    I am using WordPress 4.3 and PHP 5.5

    Strict Standards: Declaration of Eazyest_Media_List_Table::bulk_actions() should be compatible with WP_List_Table::bulk_actions($which = ”) in /home/xxxyyyzzz/public_html/devzone/wp-content/plugins/eazyest-gallery/admin/class-eazyest-media-list-table.php on line 570

    Strict Standards: Declaration of Eazyest_Folder_List_Table::bulk_actions() should be compatible with WP_List_Table::bulk_actions($which = ”) in /home/xxxyyyzzz/public_html/devzone/wp-content/plugins/eazyest-gallery/admin/class-eazyest-folder-list-table.php on line 646

    https://wordpress.org/plugins/eazyest-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter BigAl_LBL

    (@bigal_lbl)

    Might have it solved. Changed functions in the two extended classes to use new defaults for $which

    function bulk_actions( $which = '' ) {

    It has removed the error messages (and hopefully not broken the functionality)

Viewing 1 replies (of 1 total)
  • The topic ‘Errors on edit folder page’ is closed to new replies.