#7323 closed defect (bug) (fixed)
typo in wp-admin/edit-pages.php
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | General | Version: | 2.6 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
Hi,
There's a typo on line 125 of edit-pages.php:
123-if ( empty($pagenum) )
124- $pagenum = 1;
| $pre_page < 0 ) |
126- $per_page = 20;
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [8345]) Typo fix. Props paul@byte. fixes #7323 for trunk