Skip to content

Commit

Permalink
chore(twendpointhelper): update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeterman-gp committed Apr 18, 2024
1 parent 0694785 commit d7cf96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function peh_route_alias( WP_REST_Request $request ) {
if ( is_numeric( $slug ) ) {
// Slug could be a nid or a fid...

// Check from redirect table for node.
// Check for node with slug as nid.
$alias_object = _peh_get_object_with_nid( $slug );

if ( ! $alias_object instanceof Peh_Alias_Object ) {
Expand Down

0 comments on commit d7cf96a

Please sign in to comment.