Skip to content

Commit

Permalink
Replace n.e.x.t with 2.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Jan 24, 2024
1 parent 8181c68 commit 901a62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@ function perflab_is_standalone_plugin_loaded( $module ) {
* Gets the standalone plugin constants used for each module with a standalone plugin.
*
* @since 2.2.0
* @deprecated n.e.x.t
* @deprecated 2.9.0
*
* @return array Map of module path to version constant used.
*/
function perflab_get_standalone_plugins_constants() {
_deprecated_function( __FUNCTION__, 'Performance Lab n.e.x.t', "perflab_get_standalone_plugin_version_constants( 'modules' )" );
_deprecated_function( __FUNCTION__, 'Performance Lab 2.9.0', "perflab_get_standalone_plugin_version_constants( 'modules' )" );
return perflab_get_standalone_plugin_version_constants( 'modules' );
}

Expand Down

0 comments on commit 901a62e

Please sign in to comment.