Changeset 12452
- Timestamp:
- 03/06/2023 04:45:11 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-locale.php
r12449 r12452 600 600 601 601 $status = apply_filters( 'gp_get_project_status', $status, $project, $locale, $set_slug ); 602 if ( $status->is_pattern ) {602 if ( isset( $status->is_pattern ) && $status->is_pattern ) { 603 603 return $status; 604 604 }
Note: See TracChangeset
for help on using the changeset viewer.