Ticket #38784: 38784.patch
| File 38784.patch, 451 bytes (added by , 10 years ago) |
|---|
-
wp-includes/class-wp-editor.php
1355 1355 'update_post_meta_cache' => false, 1356 1356 'post_status' => 'publish', 1357 1357 'posts_per_page' => 20, 1358 'no_found_rows' => true, 1358 1359 ); 1359 1360 1360 1361 $args['pagenum'] = isset( $args['pagenum'] ) ? absint( $args['pagenum'] ) : 1;