Changeset 1991933
- Timestamp:
- 12/11/2018 03:30:13 PM (7 years ago)
- Location:
- env-bar/trunk
- Files:
-
- 2 edited
-
env-bar.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
env-bar/trunk/env-bar.php
r1725277 r1991933 11 11 Plugin URI: https://wordpress.org/plugin/env-bar 12 12 Description: Display a colored bar to help distinguish between different environments. 13 Version: 0. 2.114 Author: Justin Peacock15 Author URI: https:// byjust.in13 Version: 0.3.0 14 Author: Sixteenbit 15 Author URI: https://sixteenbit.com 16 16 Text Domain: env-bar 17 17 Domain Path: /languages/ … … 206 206 'page' => 'env_bar_network_options_page', 207 207 'updated' => 'true', 208 ), network_admin_url( 'settings.php' ) 208 ), 209 network_admin_url( 'settings.php' ) 209 210 ) 210 211 ); … … 267 268 function env_bar_body_classes( $classes ) { 268 269 269 $environment_option = (int) get_site_option( 'environment_setting' );270 $environment_option = (int) get_site_option( 'environment_setting' ); 270 271 $environment_classes[] = 'env-bar'; 271 272 … … 291 292 function env_bar_admin_body_classes() { 292 293 293 $environment_option = (int) get_site_option( 'environment_setting' );294 $environment_option = (int) get_site_option( 'environment_setting' ); 294 295 $environment_classes[] = 'env-bar'; 295 296 -
env-bar/trunk/readme.txt
r1725277 r1991933 4 4 Tags: development, tools, environment, server 5 5 Requires at least: 3.7 6 Tested up to: 4.8.17 Stable tag: 0. 2.16 Tested up to: 5.0.0 7 Stable tag: 0.3.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 = 0.3.0 = 42 43 * tested with 5.0 release 44 41 45 = 0.2.1 = 42 46
Note: See TracChangeset
for help on using the changeset viewer.