Skip to content

Commit

Permalink
Remove duplicative line
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed May 12, 2024
1 parent 1cc0bf1 commit 8dbc136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-micropub-endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ public static function store_micropub_auth_response( $args ) {
*/
public static function store_mf2( $args ) {
// Properties that map to WordPress properties.
$excludes = array( 'name', 'published', 'updated', 'summary', 'updated', 'content', 'visibility' );
$excludes = array( 'name', 'published', 'updated', 'summary', 'content', 'visibility' );
$props = mp_get( static::$input, 'properties', false );
if ( ! isset( $args['ID'] ) && $props ) {
$args['meta_input'] = mp_get( $args, 'meta_input' );
Expand Down

0 comments on commit 8dbc136

Please sign in to comment.