Skip to content

Commit

Permalink
Update @SInCE tags [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasual committed Oct 14, 2024
1 parent 337c11b commit 655f9a2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions includes/class-gravityview-change-entry-creator.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function prevent_conflicts() {
/**
* Whether the current user has the rights to edit the entry creator.
*
* @since $ver$
* @since 2.30.0
*
* @return bool Whether the user has rights.
*/
Expand Down Expand Up @@ -352,7 +352,7 @@ public function update_entry_creator( $form, $entry_id, array $original_entry )
/**
* Returns the HTML for the user select field.
*
* @since $ver$
* @since 2.30.0
*
* @param array $entry The entry object.
*
Expand Down Expand Up @@ -454,7 +454,7 @@ public function register_gform_noconflict( $assets ) {
/**
* Registers the `created_by` field on the `Edit Entry` tab.
*
* @since $ver$
* @since 2.30.0
*
* @param GF_Field[] $fields The registered fields.
* @param array $form The form object.
Expand All @@ -480,7 +480,7 @@ public function register_edit_field( array $fields, array $form, string $zone ):
/**
* Registers the `created_by` field on the `Edit Entry` tab.
*
* @since $ver$
* @since 2.30.0
*
* @param GF_Field[] $fields The registered fields.
* @param array|null $editable_fields The fields zone.
Expand Down Expand Up @@ -533,7 +533,7 @@ static function ( GF_Field $a, GF_Field $b ) use ( $sort_order_lookup ): int {
/**
* Manages the visibility capabilities for the `created_by` field on the edit page.
*
* @since $ver$
* @since 2.30.0
*
* @param array $caps The capabilities.
* @param string $template The template name.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-gravityview-entry-approval.php
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ public static function get_popover_template() {
*
* @used-by check_admin_referer action
*
* @since TBD
* @since 2.30.0
*
* @param string $action The action being performed.
* @param int $result The result of the action check.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-gravityview-merge-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ public static function replace_gv_merge_tags( $text, $form = array(), $entry = a
/**
* Replaces relative date merge tags with formatted dates per the modifier.
*
* @since TBD
* @since 2.30.0
*
* @param string $text The text containing merge tags.
*
Expand Down
2 changes: 1 addition & 1 deletion includes/fields/class-gravityview-field-created-by.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function field_options( $field_options, $template_id, $field_id, $context
/**
* Returns the HTML for the field input.
*
* @since $ver$
* @since 2.30.0
*
* @param array $form The form object.
* @param mixed $value The field value.
Expand Down
2 changes: 1 addition & 1 deletion includes/fields/class-gravityview-field-survey.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static function get_choice_score( $field, $value, $input_id = 0 ) {
/**
* Gets field choices directly from the database (To avoid issues where choices are reversed by the survey plugin).
*
* @since TBD
* @since 2.30.0
*
* @param int $form_id The ID of the form.
* @param int $field_id The ID of the field.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit-tests/GravityView_Merge_Tags_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function test_replace_date_updated() {
/**
* @covers GravityView_Merge_Tags::replace_merge_tags_dates
*
* @since TBD
* @since 2.30.0
*/
function test_replace_field_dates_merge_tags() {
$form = $this->factory->form->create_and_get();
Expand Down

0 comments on commit 655f9a2

Please sign in to comment.