Changeset 41389 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/19/2017 12:45:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r41376 r41389 571 571 array( 'singular', 'plural' ) 572 572 ), 573 'pageOnFrontError' => __( 'Homepage and posts page must be different.' ), 574 'saveBlockedError' => wp_array_slice_assoc( 575 /* translators: placeholder is error count */ 576 _n_noop( 'Unable to save due to %s invalid setting.', 'Unable to save due to %s invalid settings.' ), 577 array( 'singular', 'plural' ) 578 ), 573 579 ) ); 574 580 $scripts->add( 'customize-selective-refresh', "/wp-includes/js/customize-selective-refresh$suffix.js", array( 'jquery', 'wp-util', 'customize-preview' ), false, 1 );
Note: See TracChangeset
for help on using the changeset viewer.