We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d13b9c commit e1e89acCopy full SHA for e1e89ac
1 file changed
wp-includes/sqlite-ast/class-wp-sqlite-driver.php
@@ -3105,7 +3105,7 @@ private function translate_datetime_literal( string $value ): string {
3105
* the returned column name is always the same as it would be in MySQL.
3106
*
3107
* @param WP_Parser_Node $node The "selectItem" AST node.
3108
- * @return string The translated value.
+ * @return string The translated expression.
3109
*/
3110
public function translate_select_item( WP_Parser_Node $node ): string {
3111
/*
0 commit comments