Changeset 743360
- Timestamp:
- 07/19/2013 08:47:33 PM (13 years ago)
- Location:
- primal-for-wp/trunk
- Files:
-
- 12 edited
-
core/PRM_Main.controller.php (modified) (1 diff)
-
core/admin/PRM_Admin_Init.core.php (modified) (1 diff)
-
core/admin/PRM_Admin_Page.core.php (modified) (1 diff)
-
core/admin/PRM_Admin_Page_Load.core.php (modified) (1 diff)
-
core/admin/primal/Primal_Admin_Init.core.php (modified) (1 diff)
-
core/admin/primal/Primal_Admin_Page.core.php (modified) (1 diff)
-
core/classes/PRM_API.class.php (modified) (2 diffs)
-
core/classes/PRM_Autoloaders.class.php (modified) (1 diff)
-
core/classes/PRM_Exceptions.exception.php (modified) (1 diff)
-
core/classes/PRM_Interest_Posts.class.php (modified) (1 diff)
-
core/classes/PRM_Main_WP.class.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
primal-for-wp/trunk/core/PRM_Main.controller.php
r726394 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/admin/PRM_Admin_Init.core.php
r726394 r743360 9 9 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 10 10 * @link http://primal.com 11 * @version 0. 111 * @version 0.2.1 12 12 * 13 13 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/admin/PRM_Admin_Page.core.php
r726394 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/admin/PRM_Admin_Page_Load.core.php
r726703 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/admin/primal/Primal_Admin_Init.core.php
r726394 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/admin/primal/Primal_Admin_Page.core.php
r742872 r743360 9 9 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 10 10 * @link http://primal.com 11 * @version 0. 111 * @version 0.2.1 12 12 * 13 13 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/classes/PRM_API.class.php
r742872 r743360 10 10 * @license http:// www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http:// primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ … … 216 216 217 217 // add the topics and tags to the request 218 $this->_final_endpoint = $this->_final_endpoint . '/' . implode( '/', $this->_settings['topics']) . $tags . '?timeOut=120 &channel=wp';218 $this->_final_endpoint = $this->_final_endpoint . '/' . implode( '/', $this->_settings['topics']) . $tags . '?timeOut=120'; 219 219 220 220 $this->_final_endpoint = preg_match('/\/$/', $this->_final_endpoint ) ? preg_replace('/\/$/', '', $this->_final_endpoint) : $this->_final_endpoint; -
primal-for-wp/trunk/core/classes/PRM_Autoloaders.class.php
r726394 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/classes/PRM_Exceptions.exception.php
r726394 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/classes/PRM_Interest_Posts.class.php
r726394 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/core/classes/PRM_Main_WP.class.php
r726394 r743360 10 10 * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html 11 11 * @link http://primal.com 12 * @version 0. 112 * @version 0.2.1 13 13 * 14 14 * ------------------------------------------------------------------------ -
primal-for-wp/trunk/readme.txt
r743297 r743360 8 8 Requires at least: 3.5.1 9 9 Tested up to: 3.5.2 10 Version: 0.2 11 Stable tag: 0.2 10 Version: 0.2.1 11 Stable tag: 0.2.1 12 12 13 13 Allows publishers to display related news and info from the Web, relevant to each post. Filter related Web content by the topics you write about!
Note: See TracChangeset
for help on using the changeset viewer.