Ticket #7323 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1   ryan4 years ago

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

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

comment:2   ryan4 years ago

  • Milestone set to 2.6.1

comment:3   ryan4 years ago

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

Note: See TracTickets for help on using tickets.