Changeset 45599 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 07/05/2019 01:44:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r45583 r45599 660 660 * @param int $value The number of rows to use. 661 661 */ 662 $value = apply_filters( 'set-screen-option', false, $option, $value ); 662 $value = apply_filters( 'set-screen-option', false, $option, $value ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 663 663 664 664 if ( false === $value ) {
Note: See TracChangeset
for help on using the changeset viewer.