Changeset 1384952
- Timestamp:
- 04/02/2016 10:03:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bspb-progressbar/tags/1.0.0/includes/class-settings.php
r1384886 r1384952 49 49 'name' => __( 'Horizontal', 'bspb-plugin' ), 50 50 'animation_speed' => array( 51 'slow' => __( 'slow ', 'bspb-plugin' ),52 'normal' => __( 'normal ', 'bspb-plugin' ),53 'fast' => __( 'fast ', 'bspb-plugin' )51 'slow' => __( 'slow (6 seconds)', 'bspb-plugin' ), 52 'normal' => __( 'normal (4 seconds)', 'bspb-plugin' ), 53 'fast' => __( 'fast (2 seconds)', 'bspb-plugin' ) 54 54 ), 55 55 'title_position' => array( … … 222 222 'type' => 'radio', 223 223 'label' => '', 224 'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),224 'description' => sprintf(__( 'Select your preffered progressbar script.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ), 225 225 'options' => $scripts, 226 226 // 'options_cb' => '', … … 301 301 'type' => 'radio', 302 302 'label' => '', 303 'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),303 'description' => sprintf(__( 'Select your preffered opacity bar angle.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ), 304 304 'options' => $this->animations['angles'], 305 305 … … 319 319 'type' => 'radio', 320 320 'label' => '', 321 'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),321 'description' => sprintf(__( 'Select your preffered animation opacity speed.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ), 322 322 'options' => $this->animations['speeds'], 323 323 … … 343 343 'type' => 'radio', 344 344 'label' => '', 345 'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),345 'description' => sprintf(__( 'Select your preffered Scroll Animation speed.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ), 346 346 'options' => $this->animations['speeds'], 347 347
Note: See TracChangeset
for help on using the changeset viewer.