Skip to content

Commit 11f7cd5

Browse files
committed
Removed unused code
1 parent b7837e7 commit 11f7cd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/includes/properties/class-papi-property-editor.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ public function get_default_settings() {
3030
* Format the value of the property before we output it to the application.
3131
*
3232
* @param mixed $value
33-
* @param string $slug
34-
* @param int $post_id
3533
*
3634
* @since 1.2.2
3735
*
3836
* @return array
3937
*/
4038

41-
public function format_value( $value, $slug, $post_id ) {
39+
public function format_value( $value ) {
4240
return apply_filters( 'the_content', $value );
4341
}
4442

0 commit comments

Comments
 (0)