Ticket #769 (closed enhancement: fixed)

Opened 1 year ago

Last modified 9 months ago

Add options to bb_get_title() and by extension, bb_title()

Reported by: rmccue Assigned to: rmccue
Priority: normal Milestone: 0.9
Component: Front-end Version:
Severity: minor Keywords: has-patch
Cc:

Description

Add options to bb_get_title() for separator, order and front page title. See attached patch.

Attachments

template-functions.php.diff (2.0 kB) - added by rmccue on 01/04/08 04:36:13.
Patch to add features to trunk
template-functions.php.2.diff (2.0 kB) - added by rmccue on 01/04/08 05:02:11.
Now adjusts title properly when on tags list page
template-functions.php.3.diff (2.0 kB) - added by rmccue on 01/04/08 06:15:33.
Uses switch and an array
template-functions.php.4.diff (2.0 kB) - added by rmccue on 01/04/08 06:16:32.
Use instead of 3

Change History

01/04/08 04:36:13 changed by rmccue

  • attachment template-functions.php.diff added.

Patch to add features to trunk

01/04/08 04:38:02 changed by rmccue

  • keywords set to has-patch.

01/04/08 05:02:11 changed by rmccue

  • attachment template-functions.php.2.diff added.

Now adjusts title properly when on tags list page

01/04/08 05:22:32 changed by rmccue

  • severity changed from normal to minor.

01/04/08 06:15:33 changed by rmccue

  • attachment template-functions.php.3.diff added.

Uses switch and an array

01/04/08 06:16:32 changed by rmccue

  • attachment template-functions.php.4.diff added.

Use instead of 3

01/04/08 06:27:58 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to fixed.

(In [1000]) bb_get_title() arguments for separator, order. props rmccue. Fixes #769

01/04/08 06:31:44 changed by mdawaffe

(In [1001]) array_reverse() typo in new bb_get_title(). Fixes #769

03/04/08 07:21:19 changed by sambauers

  • milestone set to 0.8.4.