Changeset 45926 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r45734 r45926 3821 3821 // Removing core components this way is _doing_it_wrong(). 3822 3822 if ( in_array( $id, $this->components, true ) ) { 3823 /* translators: 1: panel id, 2: link to 'customize_loaded_components' filter reference */3824 3823 $message = sprintf( 3824 /* translators: 1: panel id, 2: link to 'customize_loaded_components' filter reference */ 3825 3825 __( 'Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead.' ), 3826 3826 $id,
Note: See TracChangeset
for help on using the changeset viewer.