IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 80 | 80 | 'media_library_state_single' => __( 'Media Widget' ), |
| 81 | 81 | 'unsupported_file_type' => __( 'Looks like this isn’t the correct kind of file. Please link to an appropriate file instead.' ), |
| 82 | 82 | ); |
| 83 | | $this->l10n = array_merge( $l10n_defaults, array_filter( $this->l10n ) ); |
| | 83 | $this->l10n = array_merge( $l10n_defaults, array_filter( $this->l10n ) ); |
| 84 | 84 | |
| 85 | 85 | parent::__construct( |
| 86 | 86 | $id_base, |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 371 | 371 | add_action( 'attachment_updated', 'wp_check_for_changed_slugs', 12, 3 ); |
| 372 | 372 | |
| 373 | 373 | // Redirect Old Dates |
| 374 | | add_action( 'post_updated', 'wp_check_for_changed_dates', 12, 3 ); |
| | 374 | add_action( 'post_updated', 'wp_check_for_changed_dates', 12, 3 ); |
| 375 | 375 | add_action( 'attachment_updated', 'wp_check_for_changed_dates', 12, 3 ); |
| 376 | 376 | |
| 377 | 377 | // Nonce check for Post Previews |