Skip to content

Commit e6a1f32

Browse files
committed
Update copyright year
1 parent 3b1e1fb commit e6a1f32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

code-snippets.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @package Code_Snippets
1010
* @version 1.9.1
1111
* @author Shea Bunge <http://bungeshea.com/>
12-
* @copyright Copyright (c) 2012-2013, Shea Bunge
12+
* @copyright Copyright (c) 2012-2014, Shea Bunge
1313
* @link http://code-snippets.bungeshea.com
1414
* @license http://opensource.org/licenses/MIT
1515
*/
@@ -679,6 +679,7 @@ public function get_cap( $deprecated = '' ) {
679679
if ( ! empty( $menu_perms['snippets'] ) ) {
680680
return $this->cap;
681681
} else {
682+
/* The snippet menu is not activated, only allow super admins */
682683
return $this->network_cap;
683684
}
684685
}

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2013 Shea Bunge
1+
Copyright (c) 2012-2014 Shea Bunge
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

0 commit comments

Comments
 (0)