Skip to content

Commit

Permalink
Merge pull request #1016 from OpenDevelopmentMekong/master
Browse files Browse the repository at this point in the history
merging to prod for releasing v2.2.55
  • Loading branch information
Alex Corbi authored Jun 12, 2017
2 parents fd40e14 + 72f4a27 commit 8cad84f
Show file tree
Hide file tree
Showing 44 changed files with 3,125 additions and 2,310 deletions.
2 changes: 1 addition & 1 deletion archive-announcement.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-dashboard.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>


<section class="container section-title main-title">
Expand Down
2 changes: 1 addition & 1 deletion archive-dataviz.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-map-layer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-map.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-news-article.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-profiles.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-site-update.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-story.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-tabular.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<section class="container section-title main-title">
<header class="row">
Expand Down
2 changes: 1 addition & 1 deletion archive-topic.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_header();

$options = get_option('odm_options');
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "created"; ?>
$date_to_show = isset($options['single_page_date']) ? $options['single_page_date'] : "metadata_created"; ?>

<div class="section-title main-title">

Expand Down
Binary file modified i18n/en.mo
Binary file not shown.
Loading

0 comments on commit 8cad84f

Please sign in to comment.