Changeset 1867804
- Timestamp:
- 05/02/2018 10:36:15 PM (8 years ago)
- Location:
- copito-comments
- Files:
-
- 4 edited
-
tags/1.0.1/admin/class-copito-comments-admin.php (modified) (4 diffs)
-
tags/1.0.1/copito-comments.php (modified) (2 diffs)
-
trunk/admin/class-copito-comments-admin.php (modified) (4 diffs)
-
trunk/copito-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copito-comments/tags/1.0.1/admin/class-copito-comments-admin.php
r1867708 r1867804 141 141 } 142 142 143 /** 144 * Sanitize inputs. 145 * 146 * @since 1.0.0 147 */ 143 148 public function sanitizeTextField($input) { 144 149 return sanitize_text_field($input); … … 158 163 } 159 164 165 /** 166 * Displays success or error messages. 167 * NOT IMPLEMENTED 168 * 169 * @since 1.0.0 170 */ 160 171 public function settings_errors($value) { 161 172 if ($value == 0) { … … 166 177 } 167 178 179 /** 180 * Generates menu in admin area. 181 * 182 * @since 1.0.0 183 */ 168 184 public function copito_comments_menu() { 169 185 … … 171 187 } 172 188 189 /** 190 * Loads template for menu page in admin area 191 * 192 * @since 1.0.0 193 */ 173 194 public function copito_comments_menu_page() { 174 195 -
copito-comments/tags/1.0.1/copito-comments.php
r1867708 r1867804 11 11 * Plugin URI: 12 12 * Description: Allows you to add comments manually. Useful to migrate comments from a Facebook Fan Page to your website. 13 * Version: 1.0. 013 * Version: 1.0.1 14 14 * Author: Cosme12 15 15 * Author URI: http://copitosystem.com/about-us/ … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'COPITO_COMMENTS_VERSION', '1.0. 0' );32 define( 'COPITO_COMMENTS_VERSION', '1.0.1' ); 33 33 34 34 /** -
copito-comments/trunk/admin/class-copito-comments-admin.php
r1867249 r1867804 141 141 } 142 142 143 /** 144 * Sanitize inputs. 145 * 146 * @since 1.0.0 147 */ 143 148 public function sanitizeTextField($input) { 144 149 return sanitize_text_field($input); … … 158 163 } 159 164 165 /** 166 * Displays success or error messages. 167 * NOT IMPLEMENTED 168 * 169 * @since 1.0.0 170 */ 160 171 public function settings_errors($value) { 161 172 if ($value == 0) { … … 166 177 } 167 178 179 /** 180 * Generates menu in admin area. 181 * 182 * @since 1.0.0 183 */ 168 184 public function copito_comments_menu() { 169 185 … … 171 187 } 172 188 189 /** 190 * Loads template for menu page in admin area 191 * 192 * @since 1.0.0 193 */ 173 194 public function copito_comments_menu_page() { 174 195 -
copito-comments/trunk/copito-comments.php
r1867249 r1867804 11 11 * Plugin URI: 12 12 * Description: Allows you to add comments manually. Useful to migrate comments from a Facebook Fan Page to your website. 13 * Version: 1.0. 013 * Version: 1.0.1 14 14 * Author: Cosme12 15 15 * Author URI: http://copitosystem.com/about-us/ … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'COPITO_COMMENTS_VERSION', '1.0. 0' );32 define( 'COPITO_COMMENTS_VERSION', '1.0.1' ); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.