We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 2 years ago

#2711 closed Defect (invalid)

Hardcoded in pages

Reported by: Gillie Owned by:
Priority: normal Milestone: Needs Review
Component: Core Version: 1.7
Severity: annoying Keywords:
Cc: brett@… Difficulty:

Description

In pages/pageprofile.php - line 53

<?php echo $cats; ?> -

Regards gillie

Change History (3)

comment:1 Changed 2 years ago by cash

What is hard coded?

comment:2 Changed 2 years ago by Gillie

When upgrading to 1.7.5 I went through my own plugin, and found pageprofile.php changed to,

<?php echo sprintf(elgg_echo("category")) . " (" . $cats . ")"; ?>

But I now remember that I did that change to show "Category:" before the $cats var content. My mistake, sorry.

Regards gillie

comment:3 Changed 2 years ago by brettp

  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.