Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
83023613
authored
2023-12-15 11:31:55 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated circular to Subject from name
1 parent
097c2b6f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/commonwell-broker/inc/shortcodes-circulars.php
wp-content/themes/commonwell-broker/inc/shortcodes-circulars.php
View file @
8302361
...
...
@@ -22,7 +22,7 @@ function extractCircularDataForCache($data) {
$send_date
=
strtotime
(
$circular
->
item
->
SentDate
);
$send_datef
=
date
(
'M d/Y'
,
$send_date
);
$name
=
$circular
->
item
->
Name
;
$name
=
$circular
->
item
->
Subject
;
$year
=
date
(
'Y'
,
$send_date
);
$url
=
$circular
->
item
->
WebVersionURL
;
...
...
Please
register
or
sign in
to post a comment