| @@ -1905,9 +1905,9 @@ | ||
| 1905 | 1905 | |
| 1906 | 1906 | /** |
| 1907 | 1907 | * Store recently activated Give's addons to wp options. |
| 1908 | 1908 | * |
| 1909 | - * @since TBD Moved from includes/admin/plugins.php so the listener is registered on every | |
| 1909 | + * @since 4.16.7.1 Moved from includes/admin/plugins.php so the listener is registered on every | |
| 1910 | 1910 | * request, and fall back to the plugin file passed by the `activated_plugin` |
| 1911 | 1911 | * action so add-ons activated outside of plugins.php (REST, WP-CLI, |
| 1912 | 1912 | * programmatic `activate_plugin()`, etc.) are recorded too. |
| 1913 | 1913 | * @since 2.1.0 |
| @@ -1963,9 +1963,9 @@ | ||
| 1963 | 1963 | |
| 1964 | 1964 | /** |
| 1965 | 1965 | * Get list of add-on last activated. |
| 1966 | 1966 | * |
| 1967 | - * @since TBD Moved from includes/admin/plugins.php. | |
| 1967 | + * @since 4.16.7.1 Moved from includes/admin/plugins.php. | |
| 1968 | 1968 | * @since 2.1.3 |
| 1969 | 1969 | * |
| 1970 | 1970 | * @return mixed|array list of recently activated add-on |
| 1971 | 1971 | */ |