Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#7323 closed defect (bug) (fixed)

typo in wp-admin/edit-pages.php

Reported by: paul@… Owned by: anonymous
Priority: normal Milestone: 2.6.1
Component: General Version: 2.6
Severity: minor Keywords:
Cc:

Description

Hi,

There's a typo on line 125 of edit-pages.php:

123-if ( empty($pagenum) )
124- $pagenum = 1;

125:if( !$per_page
$pre_page < 0 )

126- $per_page = 20;

Change History (3)

comment:1   ryan5 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8345]) Typo fix. Props paul@byte. fixes #7323 for trunk

comment:2   ryan5 years ago

  • Milestone set to 2.6.1

comment:3   ryan5 years ago

(In [8346]) Typo fix. Props paul@byte. fixes #7323 for 2.6

Note: See TracTickets for help on using tickets.