Changeset 60681 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 08/27/2025 10:32:57 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r60613 r60681 1872 1872 ); 1873 1873 1874 printf( "<script type='text/javascript'>list_args = %s;</script>\n", wp_json_encode( $args ) );1874 printf( "<script type='text/javascript'>list_args = %s;</script>\n", wp_json_encode( $args, JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ) ); 1875 1875 } 1876 1876 }
Note: See TracChangeset
for help on using the changeset viewer.