Ticket #23241: class-wp-editor.php.patch
File class-wp-editor.php.patch, 406 bytes (added by , 12 years ago) |
---|
-
class-wp-editor.php
767 767 'posts_per_page' => 20, 768 768 ); 769 769 770 $query = apply_filters( 'wp_link_query', $query ); 771 770 772 $args['pagenum'] = isset( $args['pagenum'] ) ? absint( $args['pagenum'] ) : 1; 771 773 772 774 if ( isset( $args['s'] ) )