Changeset 1231573
- Timestamp:
- 08/27/2015 12:03:10 AM (11 years ago)
- Location:
- deweys-open-graph-helper
- Files:
-
- 7 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE.txt (added)
-
tags/1.0.1/README.txt (added)
-
tags/1.0.1/class-wad_open_graph.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/uninstall.php (added)
-
tags/1.0.1/wad_open_graph.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/class-wad_open_graph.php (modified) (2 diffs)
-
trunk/wad_open_graph.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
deweys-open-graph-helper/trunk/README.txt
r1143318 r1231573 4 4 Requires at least: 3.5.1 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 = 1.0.1 = 42 * Moved array declaration to fix error notice 43 41 44 = 1.0 = 42 45 * Initial "open" release -
deweys-open-graph-helper/trunk/class-wad_open_graph.php
r1143318 r1231573 25 25 * @var string 26 26 */ 27 protected $version = '1.0. 0';27 protected $version = '1.0.1'; 28 28 29 29 /** … … 121 121 public function generate_open_graph() { 122 122 global $post; 123 $tags = array(); 124 123 125 if ( is_singular() ) { 124 126 if ( post_type_supports( $post->post_type, 'ogtags' ) ) { 125 127 // define defaults 126 $tags = array();127 128 $tags['site_name'] = get_bloginfo( 'name' ); 128 129 $tags['title'] = get_the_title(); -
deweys-open-graph-helper/trunk/wad_open_graph.php
r1143318 r1231573 11 11 * Plugin URI: http://www.whatadewitt.ca 12 12 * Description: Simplifies the use of Open Graph. 13 * Version: 1.0. 013 * Version: 1.0.1 14 14 * Author: Luke DeWitt 15 15 * Author URI: http://www.whatadewitt.ca
Note: See TracChangeset
for help on using the changeset viewer.