Plugin Directory

Changeset 2647427


Ignore:
Timestamp:
12/21/2021 04:03:27 PM (4 years ago)
Author:
proofratings
Message:

version 1.0.6

Location:
proofratings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • proofratings/tags/1.0.6/inc/class-proofratings-analytics.php

    r2646965 r2647427  
    8787
    8888            <div class="analytics-filter">
     89                <?php if(get_proofratings()->locations->global !== true): ?>
    8990                <select class="location-filter">
    9091                    <option value="">View all</option>
     
    9394                    } ?>
    9495                </select>
     96                <?php endif; ?>
    9597
    9698                <div class="right">
  • proofratings/trunk/inc/class-proofratings-analytics.php

    r2646965 r2647427  
    8787
    8888            <div class="analytics-filter">
     89                <?php if(get_proofratings()->locations->global !== true): ?>
    8990                <select class="location-filter">
    9091                    <option value="">View all</option>
     
    9394                    } ?>
    9495                </select>
     96                <?php endif; ?>
    9597
    9698                <div class="right">
Note: See TracChangeset for help on using the changeset viewer.