Changeset 1303359
- Timestamp:
- 12/08/2015 10:56:12 PM (10 years ago)
- Location:
- imforza-news/trunk
- Files:
-
- 4 edited
-
admin/users.php (modified) (2 diffs)
-
imforza.php (modified) (3 diffs)
-
modules/jetpack.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imforza-news/trunk/admin/users.php
r1297618 r1303359 175 175 if ( $current_user->user_login == 'imforza-dev') { 176 176 177 $imforza_user_id = username_exists( 'imforza-dev' ); 178 177 179 ?> 178 180 <div class="error"> 179 <p><?php _e( 'Currently some posts, pages, or CPTsare assigned to the <strong>imforza-dev</strong> user. Please assign them to the appropriate author.', 'imforza-news' ); ?></p>181 <p><?php _e( 'Currently some <a href="edit.php?post_type=post&author='. $imforza_user_id .'">posts</a>, <a href="edit.php?post_type=page&author='. $imforza_user_id .'">pages</a>, <a href="edit.php?post_type=testimonial&author='. $imforza_user_id .'">testimonial</a>, or <a href="edit.php?post_type=listing&author='. $imforza_user_id .'">listings</a> are assigned to the <strong>imforza-dev</strong> user. Please assign them to the appropriate author.', 'imforza-news' ); ?></p> 180 182 </div> 181 183 <?php … … 190 192 191 193 192 193 194 -
imforza-news/trunk/imforza.php
r1303305 r1303359 2 2 /* 3 3 Plugin Name: imFORZA 4 Version: 1. 3.94 Version: 1.4.0 5 5 Plugin URI: //www.imforza.com#utm_source=wpadmin&utm_medium=plugin&utm_campaign=imforzanewsplugin 6 6 Description: imFORZA is a Web Design and Marketing company based out of El Segundo, CA. Get quick access to imFORZA Support and the latest marketing news. … … 15 15 16 16 // Define Plugin Version 17 define( 'IMFORZA_PLUGIN_VERSION', '1. 3.9' );17 define( 'IMFORZA_PLUGIN_VERSION', '1.4.0' ); 18 18 19 19 … … 55 55 function imforza_activation() { 56 56 57 update_option( 'imforza', array('version' => '1. 3.9'));57 update_option( 'imforza', array('version' => '1.4.0')); 58 58 59 59 flush_rewrite_rules(); -
imforza-news/trunk/modules/jetpack.php
r1303305 r1303359 16 16 $jetpack_master_id = !empty($jetpack_options['master_user']); 17 17 18 $current_user = wp_get_current_user(); 18 19 19 $current_user = wp_get_current_user(); 20 21 if ( $current_user->user_login == 'imforza-dev' && $current_user->ID == $jetpack_master_id ) { 20 if ( $current_user->user_login == 'imforza-dev' && $current_user->ID == $jetpack_master_id ) { 22 21 23 22 ?> … … 28 27 } 29 28 30 }29 } 31 30 32 31 } -
imforza-news/trunk/readme.txt
r1303305 r1303359 5 5 Requires at least: 4.0 6 6 Tested up to: 4.4 7 Stable tag: 1. 3.97 Stable tag: 1.4.0 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 21 21 22 22 == Changelog == 23 24 = 1.4.0 = 25 * Improved message for author checks 23 26 24 27 = 1.3.9 =
Note: See TracChangeset
for help on using the changeset viewer.