has_field_calculation() _deprecated_function
-
WordPress version: 4.0
Gravity Forms Directory version: 3.6.3 dev ver
Running with DEBUG onI did this: Update an entry
Got this message:
Notice: has_field_calculation er utg?tt siden versjon 1.7! Bruk GF_Field::has_calculation isteden. in /home/54/w181302/test/wp-includes/functions.php on line 3201
(running Norwegian WP)Line 2717:
if( GFCommon::has_field_calculation($field) ) {Tried change to:
if( GF_Field::has_calculation($field) ) {but got an other error.
Is this fixed in an later Version?
- The topic ‘has_field_calculation() _deprecated_function’ is closed to new replies.