Changeset 11770 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
- Timestamp:
- 04/12/2022 08:15:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
r10208 r11770 168 168 * @param string $status Project status. Accepts 'active' or 'inactive'. 169 169 */ 170 public function set_translation_status( $post, $status ) {170 public static function set_translation_status( $post, $status ) { 171 171 if ( ! defined( 'TRANSLATE_API_INTERNAL_BEARER_TOKEN' ) ) { 172 172 return;
Note: See TracChangeset
for help on using the changeset viewer.