Make WordPress Core

Ticket #43763: 43763.patch

File 43763.patch, 1.4 KB (added by tfrommen, 7 years ago)
  • src/wp-includes/widgets/class-wp-widget-media.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    8080                        'media_library_state_single' => __( 'Media Widget' ),
    8181                        'unsupported_file_type'      => __( 'Looks like this isn&#8217;t the correct kind of file. Please link to an appropriate file instead.' ),
    8282                );
    83                 $this->l10n = array_merge( $l10n_defaults, array_filter( $this->l10n ) );
     83                $this->l10n    = array_merge( $l10n_defaults, array_filter( $this->l10n ) );
    8484
    8585                parent::__construct(
    8686                        $id_base,
  • src/wp-includes/default-filters.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    371371add_action( 'attachment_updated', 'wp_check_for_changed_slugs', 12, 3 );
    372372
    373373// Redirect Old Dates
    374 add_action( 'post_updated',       'wp_check_for_changed_dates', 12, 3 );
     374add_action( 'post_updated', 'wp_check_for_changed_dates', 12, 3 );
    375375add_action( 'attachment_updated', 'wp_check_for_changed_dates', 12, 3 );
    376376
    377377// Nonce check for Post Previews