| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Stream |
| 4 | 4 | * Plugin URI: https://wp-stream.com/ |
| 5 | 5 | * Description: Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action. |
| 6 | - * Version: 3.0.7 | |
| 6 | + * Version: 3.4.2 | |
| 7 | 7 | * Author: XWP |
| 8 | 8 | * Author URI: https://xwp.co/ |
| 9 | 9 | * License: GPLv2+ |
| 10 | 10 | * Text Domain: stream |
| @@ -40,9 +40,10 @@ | ||
| 40 | 40 | } |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | - * Invoked when the PHP version check fails | |
| 44 | + * Invoked when the PHP version check fails. | |
| 45 | + * | |
| 45 | 46 | * Load up the translations and add the error message to the admin notices. |
| 46 | 47 | */ |
| 47 | 48 | function wp_stream_fail_php_version() { |
| 48 | 49 | load_plugin_textdomain( 'stream', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); |
| @@ -53,9 +54,9 @@ | ||
| 53 | 54 | echo wp_kses_post( $html_message ); |
| 54 | 55 | } |
| 55 | 56 | |
| 56 | 57 | /** |
| 57 | - * Helper for external plugins which wish to use Stream | |
| 58 | + * Helper for external plugins which wish to use Stream. | |
| 58 | 59 | * |
| 59 | 60 | * @return WP_Stream\Plugin |
| 60 | 61 | */ |
| 61 | 62 | function wp_stream_get_instance() { |