Changeset 1042619
- Timestamp:
- 12/11/2014 11:16:48 AM (11 years ago)
- Location:
- apester-interactive-content/trunk
- Files:
-
- 7 edited
-
inc/qmerce-admin-box.class.php (modified) (2 diffs)
-
inc/qmerce-settings.class.php (modified) (3 diffs)
-
inc/qmerce-tag-composer.php (modified) (1 diff)
-
inc/qmerce-widget.php (modified) (1 diff)
-
qmerce.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
views/settings.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apester-interactive-content/trunk/inc/qmerce-admin-box.class.php
r1040207 r1042619 67 67 } 68 68 69 add_meta_box( 'qmerce_challenges', __( ' QmerceChallenges', 'qmerce_text' ), array( $this, 'renderMetaBoxContent' ), $postType, 'advanced', 'high' );69 add_meta_box( 'qmerce_challenges', __( 'Apester Challenges', 'qmerce_text' ), array( $this, 'renderMetaBoxContent' ), $postType, 'advanced', 'high' ); 70 70 } 71 71 … … 105 105 106 106 if ( !$authToken ) { 107 echo '<p>Please go to <a href="options-general.php?page=qmerce-settings-admin"> QmerceSettings</a> and update your access token</p>';107 echo '<p>Please go to <a href="options-general.php?page=qmerce-settings-admin">Apester Settings</a> and update your access token</p>'; 108 108 return; 109 109 } -
apester-interactive-content/trunk/inc/qmerce-settings.class.php
r1040207 r1042619 24 24 // This page will be under "Settings" 25 25 add_options_page( 26 ' QmerceSettings',27 ' QmerceSettings',26 'Apester Settings', 27 'Apester Settings', 28 28 'manage_options', 29 29 'qmerce-settings-admin', … … 63 63 add_settings_field( 64 64 'auth_token', 65 ' Qmerceauthorization token',65 'Apester authorization token', 66 66 array( $this, 'authTokenCallback' ), 67 67 'qmerce-settings-admin', … … 144 144 145 145 /** 146 * Validates QmerceauthToken146 * Validates Apester authToken 147 147 * @param string $value 148 148 * @return bool -
apester-interactive-content/trunk/inc/qmerce-tag-composer.php
r1040207 r1042619 23 23 24 24 /** 25 * Returns the user ID according to the given QmerceToken (in settings panel)25 * Returns the user ID according to the given Apester Token (in settings panel) 26 26 * @return mixed|void 27 27 */ -
apester-interactive-content/trunk/inc/qmerce-widget.php
r1040207 r1042619 14 14 { 15 15 $this->tagComposer = new QmerceTagComposer(); 16 $this->WP_Widget('qmerce_widget', ' Qmerce Challenge Widget', array('description' => 'Chosen automated Qmercechallenge from your `My Stuff` inventory'));16 $this->WP_Widget('qmerce_widget', 'Apester Challenge Widget', array('description' => 'Chosen automated Apester challenge from your `My Stuff` inventory')); 17 17 } 18 18 -
apester-interactive-content/trunk/qmerce.php
r1041012 r1042619 8 8 Description: The Apester Interactive Content plugin allows anyone to easily and freely create, embed and share interactive, playful and related content items (polls, trivia, etc.) into posts and articles, in a matter of seconds. 9 9 If you wish for better engagement, virality, circulation, native advertisement campaigns and monetization results, you came to the right place! 10 Version: 1. 310 Version: 1.4 11 11 Author: Apester 12 12 Author URI: http://apester.co/ -
apester-interactive-content/trunk/readme.txt
r1041012 r1042619 5 5 Requires at least: 3.8 6 6 Tested up to: 4.0.1 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
apester-interactive-content/trunk/views/settings.tpl.php
r1040207 r1042619 1 1 <div class="wrap"> 2 <h2> QmerceSettings</h2>2 <h2>Apester Settings</h2> 3 3 <form method="post" action="options.php"> 4 4 <?php
Note: See TracChangeset
for help on using the changeset viewer.