Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
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
ebd5a4a9
authored
2023-11-21 18:45:58 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qqa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
53057059
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/inc/rest.php
wp-content/themes/msf-child/inc/rest.php
View file @
ebd5a4a
...
...
@@ -133,7 +133,7 @@ function pull_posts_for_post_list( $data ) {
$last_index
=
true
;
}
//
$client->set($request_uri, serialize(['posts'=>$posts,'last_index'=>$last_index]), 'ex', 3600);
$client
->
set
(
$request_uri
,
serialize
([
'posts'
=>
$posts
,
'last_index'
=>
$last_index
]),
'ex'
,
3600
);
return
[
'posts'
=>
$posts
,
'last_index'
=>
$last_index
];
...
...
Please
register
or
sign in
to post a comment