| @@ -717,9 +717,9 @@ | ||
| 717 | 717 | return $this->escaped_value; |
| 718 | 718 | } |
| 719 | 719 | |
| 720 | 720 | $meta_value = $meta_value ? $meta_value : $this->value(); |
| 721 | - | |
| 721 | + | |
| 722 | 722 | // Check if the field has a registered escaping callback. |
| 723 | 723 | if ( $cb = $this->maybe_callback( 'escape_cb' ) ) { |
| 724 | 724 | // Ok, callback is good, let's run it. |
| 725 | 725 | return call_user_func( $cb, $meta_value, $this->args(), $this ); |