Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#2575 closed defect (bug) (fixed)

Small typo in greymatter.php

Reported by: xibe's profile xibe Owned by:
Milestone: 2.1 Priority: normal
Severity: trivial Version: 2.0.2
Component: Administration Keywords: greymatter importer typo bg|has-patch bg|commit
Focuses: Cc:

Description

<?php

class GM_Import {

        var $gmnames = array ();

        function header() {
                echo '<div class="wrap">';
                echo '<h2>'.__('Import Graymatter').'</h2>';
        }
[...]

The first "a" in "Graymatter" should be a "e" :)

Attachments (1)

greymatter_typo.diff (358 bytes) - added by abhay 18 years ago.
typo fixed

Download all attachments as: .zip

Change History (7)

@abhay
18 years ago

typo fixed

#1 @abhay
18 years ago

+1

easy patch. in the future, you can do this yourself and tag the ticket with the has-patch keyword.

#2 @abhay
18 years ago

  • Keywords bg|has-patch added

#3 @abhay
18 years ago

  • Keywords bg|commit added

I believe this is ready for a commit.

#4 @ryan
18 years ago

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

(In [3661]) Typo fix. fixes #2575

#5 @ryan
18 years ago

  • Milestone changed from 2.1 to 2.0.3
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopen for 2.0.3 inclusion.

#6 @ryan
18 years ago

  • Milestone changed from 2.0.3 to 2.1
  • Resolution set to fixed
  • Status changed from reopened to closed

Nevermind. Greymatter importer didn't even ship in 2.0.x.

Note: See TracTickets for help on using tickets.