Ticket #18604: 18604.diff
File 18604.diff, 1020 bytes (added by , 12 years ago) |
---|
-
wp-includes/general-template.php
1988 1988 $link .= $add_fragment; 1989 1989 $page_links[] = '<a class="next page-numbers" href="' . esc_url( apply_filters( 'paginate_links', $link ) ) . '">' . $next_text . '</a>'; 1990 1990 endif; 1991 1992 $page_links = apply_filters( "paginate_links_{$context}", $page_links ); 1993 1991 1994 switch ( $type ) : 1992 1995 case 'array' : 1993 1996 return $page_links; -
wp-admin/includes/media.php
1861 1861 'prev_text' => __('«'), 1862 1862 'next_text' => __('»'), 1863 1863 'total' => ceil($wp_query->found_posts / 10), 1864 'current' => $_GET['paged'] 1864 'current' => $_GET['paged'], 1865 'context' => 'media-upload' 1865 1866 )); 1866 1867 1867 1868 if ( $page_links )