Changeset 1181507
- Timestamp:
- 06/15/2015 11:55:33 PM (11 years ago)
- Location:
- angularjs-for-wp/trunk
- Files:
-
- 3 edited
-
includes/contentFilter.php (modified) (2 diffs)
-
includes/shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
angularjs-for-wp/trunk/includes/contentFilter.php
r1149615 r1181507 7 7 $meta = intval($meta); 8 8 $content = str_replace('"', '\'', $content ); 9 10 $find_chat = strpos( $content, 'ng-chatroom' ); 11 if( $find_chat !== false ) { 12 return $content; 13 } 9 14 10 15 if($meta){ … … 19 24 20 25 21 // function angularFilterTitle( $title, $id ) {22 // $meta = get_post_meta($id, 'angularjsLoad', true);23 // $meta = intval($meta);24 25 // if($meta) {26 // $title = '';27 // }28 29 // return $title;30 // }31 32 // add_filter('the_title', 'angularFilterTitle', 10, 3);33 26 ?> -
angularjs-for-wp/trunk/includes/shortcodes.php
r1045923 r1181507 1 1 <?php 2 2 function ngPosts( $atts ) { 3 3 4 $a = shortcode_atts( array( 4 5 // EMPTY DEFAULTS -
angularjs-for-wp/trunk/readme.txt
r1181193 r1181507 5 5 Requires at least: 3.9 6 6 Tested up to: 4.2.2 7 Stable tag: 2. 0.17 Stable tag: 2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 76 76 = 2.0.1 = 77 77 * Now works with JSON REST API v2 beta with v1 fallback 78 79 = 2.1 = 80 * Adding in fix for AngularJS FireBase Chat Room plugin shortcode
Note: See TracChangeset
for help on using the changeset viewer.