Home
last modified time | relevance | path

Searched refs:updated_action (Results 1 – 4 of 4) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/network/
H A Dsites.php134 $updated_action = ''; variable
143 $updated_action = 'not_deleted'; variable
146 $updated_action = 'delete'; variable
174 $updated_action = 'all_delete'; variable
218 $updated_action = ( 'spam' === $doaction ) ? 'all_spam' : 'all_notspam'; variable
292 if ( empty( $updated_action ) && array_key_exists( $_GET['action'], $manage_actions ) ) {
293 $updated_action = $_GET['action']; variable
296 if ( ! empty( $updated_action ) ) {
297 wp_safe_redirect( add_query_arg( array( 'updated' => $updated_action ), wp_get_referer() ) );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/network/
H A Dsites.php134 $updated_action = ''; variable
143 $updated_action = 'not_deleted'; variable
146 $updated_action = 'delete'; variable
174 $updated_action = 'all_delete'; variable
218 $updated_action = ( 'spam' === $doaction ) ? 'all_spam' : 'all_notspam'; variable
292 if ( empty( $updated_action ) && array_key_exists( $_GET['action'], $manage_actions ) ) {
293 $updated_action = $_GET['action']; variable
296 if ( ! empty( $updated_action ) ) {
297 wp_safe_redirect( add_query_arg( array( 'updated' => $updated_action ), wp_get_referer() ) );
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/design_management/
H A Dsave_designs_service_spec.rb219 .and change { Event.for_design.updated_action.count }.by(1)
269 .and change { Event.updated_action.count }.by(1)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/
H A Devent_create_service_spec.rb333 events = Event.updated_action.where(id: ids)